Skip to content

Latest commit

 

History

History

01_lambda_setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Step 1 - Lambda setup

  • Following these instructions
    • Set Up an AWS Account
      • Even if you already have one, you'll need to set up an IAM user
      • You will need a phone number that will be validated and a credit card, but it won't be charged
      • After creating the account when you create the user you will sign in with the email address used to create the account, not the user name. Then you can create the IAM user
    • TODO: CLI stuff. Disregard CLI instructions, that's to be added later
    • Set Up the AWS CLI
    • The instructions give you two options: pip (Python installer) or Standalone Installer. If you don't already have pip installed save yourself the time dealing with Python versions and do the Standalone.
    • Make sure to do both the Set Up and Configuring the AWS Command Line Interface parts of setup
    • There is a verify step that has you run aws lambda list-functions --profile adminuser but that didn't work for me on a new account
    • OPTIONAL: Create a Simple Lambda
      • This is a basic walk through of creating a Hello World lambda from their blue prints in the AWS GUI.

Congratulations you have set up your AWS account and are ready to lambda.

Claim your reward here

Then proceed to step 2