Create S3 bucket
In this section we will create the s3 bucket that will be used by lambda to host your functions code.
- Start by logging into the AWS Console.
- On the AWS management console home page, search for “s3” in the “Find Services” search box. Press enter or click the “s3” service that populates in the fast search.
- Click “Create bucket”
- Give your buckt a unique name. Select the region to deploy. and Click “Next”.
- On the “Configure options” keep all the defaults and click “Next”.
- On the “Set permissions” keep all the defaults and click “Next”.
- Finally, review the settings and click “Create bucket”.
Congratulations! you have created your s3 bucket.