...
To create or update the Lambda Alias we can use the upsertLambdaAlias operation available in the AWS plugin, please refer to the tutorial document for more information.
Create AWS S3 bucket
Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance. Customers of all sizes and industries can store and protect any amount of data for virtually any use case, such as data lakes, cloud-native applications, and mobile apps. With cost-effective storage classes and easy-to-use management features, you can optimize costs, organize data, and configure fine-tuned access controls to meet specific business, organizational, and compliance requirements.Please refer to the link for more information https://aws.amazon.com/s3/
To create the Lambda S3 go to the AWS console
Navigate to the Services
Select Storage from the left-hand pane
Now click on the S3 service option
...
After selecting the S3 service, new window will open and it contains detail of all the S3 buckets.
...
Now select the create bucket option, it will open window to create S3 bucket and configured detail.
...
We can also Enable Bucket Versioning, by default it’s Disable. Please refer to the link for more information https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html
...
We have created S3 bucket, we can see the details and Upload the AWS Lambda function code.
...
Once we upload the object, we can see the details.
...
We have enabled the object versioning, we can see the details about different versions.
...
Git repository structure
The Git repository contains the Environment file. The Sample Git repository structure is given below.
...