serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

feat: add sqs offline with python and localstack example #746

Closed julianpalmerio closed 1 year ago

julianpalmerio commented 1 year ago

Add AWS SQS + Python + Localstack - Serverless Framework example to run AWS SQS service locally environment using Serverless Offline and Localstack.

This example comes from NaNLABS' DevOps Reference.