Create S3 bucket

In this section we will create the s3 bucket that will be used by lambda to host your functions code.

  1. Start by logging into the AWS Console.
  2. 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.
  3. Click “Create bucket”
  4. Give your buckt a unique name. Select the region to deploy. and Click “Next”.
  5. On the “Configure options” keep all the defaults and click “Next”.
  6. On the “Set permissions” keep all the defaults and click “Next”.
  7. Finally, review the settings and click “Create bucket”.

Congratulations! you have created your s3 bucket.