Creating a New Lambda Function for API Gateway Authorizer | Scribe

    Creating a New Lambda Function for API Gateway Authorizer

    • John Carlos Buen |
    • 8 steps |
    • 56 seconds
    1
    Go to Lambda and click on Create Function
    2
    Select "Author from scratch"
    3
    Click the "Function name" field.
    4
    Type "CruddurApiGatewayLambdaAuthorizer"
    5
    Click "Create function"
    6
    Once created the Lambda function, you can upload the code in 2 ways either zip file or via s3. The following steps shows how to upload the code using a zip file
    7
    From the menu of the lambda just created before, Click "Upload from"
    8
    Click "Upload from" and select ".zip file"