Skip to content

Latest commit

 

History

History

README.md

Stream Instance

Prerequisites

Resources needed to run the manual QA

  • Atlas organization
  • Atlas project

All resources are created as part of cfn-testing-helper.sh

Manual QA

Please, follows the steps in TESTING.md.

Success criteria when testing the resource

  • The Stream instance should be visible in the stream processing page

Important Links

Contract Testing

Build Handler

make build

Run the handler in a docker container

# Required the docker daemon running
sam local start-lambda --skip-pull-image

Run contract tests

cfn test --function-name TestEntrypoint --verbose