Securing Your S3 Bucket Using the Serverless Framework
I was recently developing a project with an S3 bucket. One of the steps of the development process was to add a security layer to the S3 bucket, namely: Add server-side encryption to the bucket, ensuring that data is encrypted at rest. Enforce SSL on all interactions with the bucket, ( more… )