Publish AWS News to Twitter by reading the official RSS feed with AWS Lambda.
- Dependencies managed via Pipenv
- Infrastructure defined in CloudFormation in
template.yml - Local testing via Docker and SAM Local
- Packaging and Deployment done via
Makefileand SAM CLI, usingsam build,sam package, andsam deploy