Skip to main content

Deploying the Matchmaking Function into AWS Lambda

Last updated on

To upload the Matchmaking function that you created to AWS Lambda, first ensure that you have filled in all of the required fields in the AWS SAM Template and have tested the SAM locally both in AWS SAM and Client.

  1. In your terminal, go to the root directory of aws-lambda.

  2. Run the build using the following function:

    sam build --use-container

    You can find more detailed information about Deploying using the AWS SAM CLI in AWS's Documentation.

  3. Deploy the application to the AWS Cloud using the following function:

    sam deploy --guided

    Follow the on-screen prompts. You can find more detailed information about Deploying serverless applications in AWS's Documentation.