Coder · Solutions Architect · Developer Advocate at AWS · Helping you learn how to build on AWS
Recent Posts
Amazon S3 is known for its reliability, scalability, and low-cost storage options. However, despite its popularity, there are still some lesser-known facts about Amazon S3 that are worth exploring....
AWS has just announced the release of two new AWS managed policies for Amazon Detective – AmazonDetectiveMemberAccess and AmazonDetectiveInvestigatorAccess. These policies make it easier to...
Input validation is a technique used to ensure that input data is properly formatted and within an expected range before it is processed by the application. By implementing input validation,...
As a developer, it is essential to ensure the applications you build are secure and protect sensitive data from potential attacks. Today it's more important than ever to be aware of the latest...
Since I have to look it every time, I'm posting it here, for my own--and possibly also your--reference: A reusable bucket policy for S3 to grant read access for static websites. Simply copy, paste it...
How to invoke an AWS Lambda function at the top of a minute using AWS Step Functions
This post has been inspired by shimo's post, Trigger precisely at hh:mm:00 with EventBridge and Lambda, on the AWS Community Builders Blog. For context, shimo wants to run a Lambda function at...