Sunday, 19 March 2023

10 Best Practices to get AWS Serverless implementation right

 This article is originally posted by my colleague at https://anand-guptaa.medium.com/10-best-practices-to-get-aws-serverless-implementation-right-8a2d79e6df 
Read the whole article on the link above which covers the details on how to use the right AWS components to get your serverless implementation right
1. IDE and Tooling
2. Branching Strategy
3. Address Cold start and Mitigation strategy
4. Dependency management and Application packing
5. Authentication/Authorization
6. Exception Handling and timeout
7. Logging and Monitoring
8. Performance Tuning
9. Security
10.Deployment and Continuous Integration/Continuous Deployment (CI/CD)














How to connect Raspberry Pi Pico to a external temperature sensor(DHT11 or DHT22)

How to connect Raspberry Pi to DHT 11 / DHT 22   Connect your DHT11 sensor to the Pico accordingly -   Left pin (Signal) - GPIO Pin 22 (or a...