nzoschke / gofaas

A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
Apache License 2.0
802 stars 43 forks source link

New sam CLI install method #71

Open nzoschke opened 5 years ago

nzoschke commented 5 years ago

See https://github.com/awslabs/aws-sam-cli/releases/tag/v0.6.2

$ brew tap aws/tap
$ brew install aws-sam-cli
$ pip uninstall --user aws-sam-cli
$ pip3 uninstall --user aws-sam-cli