Skip to content

Commit

Permalink
fix the sam cli install link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Hutchins authored and MynockSpit committed Jun 8, 2020
1 parent 9175dd4 commit 196c4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This deployment model is better if you want an easy way to deploy the developer
This deployment model is better if you plan to customize the developer portal heavily and setup CI/CD on it.
#### Prerequisites

First, ensure you have the [latest version of the SAM CLI installed](https://docs.aws.amazon.com/lambda/latest/dg/sam-cli-requirements.html). Note that while the instructions specify Docker as a pre-requisite, Docker is only necessary for local development via SAM local. Feel free to skip installing Docker when you first set up the developer portal.
First, ensure you have the [latest version of the SAM CLI installed](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html). Note that while the instructions specify Docker as a pre-requisite, Docker is only necessary for local development via SAM local. Feel free to skip installing Docker when you first set up the developer portal.

Then, clone this repo into a local directory. Ensure that you have an S3 bucket to put zipped lambda functions into. It can be private, and will be referred to in this readme as "your-lambda-artifacts-bucket-name".

Expand Down

0 comments on commit 196c4c9

Please sign in to comment.