- Get bandit prompts from Trello Cards (text + pictures), update and move cards in Trello based on rewards, as a dashboard
- Slack Integration Blueprints with Lambda
- Collection of various public APIs
- Notion (also a good active documentation/postman example)
- Trello API?
- Dropox API
- Alexa?
/data
- Chalice tutorials
- Chalice example apps
- Chalice Workshop materials -- with detailed step-by-step examples of two apps with interfaces, use of external services and CI/CD instruments
- Automatically deploy a Serverless REST API from GitHub with AWS Chalice
- Using AWS Lambda Layers with AWS Chalice
- Chalice and AWS Cloud Development Kit
- Deploying Chalice app with DynamoDB using AWS CDK tutorial -- adds auto creation of DynamoDB resources and policies
- Serverless Architecture with Lambda Best Practices Whitepaper
- Ten things serverless architects should know
- How Lambda code is executed in context
- Architecture/Business context of transition to Faas
- Postman: API client magic helper
- requests: simple human-oriented library to quesry WebAPI in Python