$ git checkout -b AWS_Compiled_003
$ git commit -a -m 'AWS Developer content and news, curated by AWS'
$ git checkout main
$ git merge AWS_Compiled_003
TECH SPOTLIGHT
#1 Amazon Virtual Private Cloud (VPC) endpoints
Amazon VPC endpoints are virtual devices that enable you to connect your Amazon VPC to supported AWS services, services hosted by other AWS customers, and services hosted by AWS partners without traffic leaving the Amazon network. Some of the supported AWS services include Amazon Aurora, AWS CodeBuild, and AWS Elastic Beanstalk. Amazon VPC endpoints provide two clear benefits,
1. Reduce costs related to data transfer by reducing how much of your traffic travels across the public Internet in order to reach AWS services.
2. Improve security posture by using IAM policies to provide even more control over how data flows between your VPC and AWS services.
You can read a great post written by Nigel Harris here.

#2 Securely connect to AWS Cloud9, a cloud-based IDE
Developers using AWS Cloud9, a cloud-based integrated development environment (IDE), can now access enhanced VPC support. Cloud9 development environments can be created in a private subnet with no ingress and optionally no egress, reinforcing their security posture by no longer requiring inbound connections to Cloud9 environment.

UPCOMING EVENTS
FROM THE COMMUNITY
Building Lambda functions inside Docker containers with CDK
Migrating Image Memorability service to AWS Lambda using a shared Elastic File System volume
Read the full post
Cost tracking for OpenShift on AWS
Improving the serverless developer experience with sls-dev-tools
Find out about failure injection using the AWS Systems Manager, and we introduce an open source library, AWSSSMChaosRunner.
Read the full post
HANDS ON TUTORIALS
Category deep dive: Serverless
RELEASE NOTES
Learn more
Use Amazon EFS file systems for Amazon EKS on AWS Fargate
AWS SDK for .NET v3.5 is now generally available
Amazon CloudWatch Logs features now available in the AWS Toolkit for Visual Studio Code