This is a simple aws serverless project with the following resources using serverless v3: Kafka -> lambda -> SNS -> SQS -> lambda -> docdb
- Run
npm i
to install the project dependencies - Run
npx sls deploy
to deploy this stack to AWS
npx sls invoke local -f functionName --path src/functions/functionName/mock.json
sls deploy -s poc --region eu-west-1
sls remove -s poc --region eu-west-1