top of page


AWS - Serverless: <4> Error Handler & Logging
1. Error Handler When lambda throw an Exception, it will push into the destination defined in DeadLetterQueue properties. Using a lambda...
Anh Nguyen tuan
Jul 8, 20221 min read
Â
Â
Â


AWS - Serverless: <3> Message event with S3 & SNS
Asynchronous event trigger is from S3 and SNS. S3 is Amazon Simple Storage Service to storage objects that offers industry-leading...
Anh Nguyen tuan
Jul 7, 20222 min read
Â
Â
Â


AWS - Serverless: <2> Security with API Gateway & API Keys
In order to prevent the api from attacker, we need to setup the security like API Keys. Prerequisite: Deploy successfully API 'customer'...
Anh Nguyen tuan
Jul 7, 20222 min read
Â
Â
Â


AWS - Serverless: <1> Programming & Lambda & DynamoDB
When we talk about Nano service, we are implying to 'Serverless Programming'. It's exactly a function that does ONE thing on cloud. AWS...
Anh Nguyen tuan
Jul 5, 20223 min read
Â
Â
Â
bottom of page


