aws-sam

command
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2019 License: MIT Imports: 10 Imported by: 0

README

aws-sam

This package allows you to run the image proxy using the AWS Serverless Application Model (SAM).

Developing

  • Use make build to compile the package for the Lambda runtime environment.
  • Use sam local start-api to run the package locally.

Deploying

  • Use make build to compile the package for the Lambda runtime environment.
  • Package everything up: aws --profile aaf-platform cloudformation package --template-file ./template.yaml --s3-bucket aaf-platform-image-proxy-packaging --output-template-file ./template-packaged.yaml
  • Deploy: aws --profile aaf-platform cloudformation deploy --template-file ./template-packaged.yaml --stack-name image-proxy-dev --capabilities CAPABILITY_IAM

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL