S3 and DynamoDB Gateway Endpoints — If you don’t know already, AWS provides S3 and DynamoDB gateway endpoints free of charge. With these endpoints in place, the requests to S3 and DynamoDB will go through AWS private network instead of the public internet. The benefits are: It’s free for data transfer, not the actual S3 and DynamoDB services. Secure…