module
Version:
v0.0.0-...-00d6cd8
Opens a new window with list of versions in this module.
Published: Oct 8, 2019
License: MIT
Opens a new window with license information.
README
¶
AWS_PRROFILE=yourprofile
S3_BUCKET=yours3bucket
make deps build
sam package --template-file template.yaml --s3-bucket ${S3_BUCKET} --output-template-file packaged.yaml
aws cloudformation deploy --template-file ./packaged.yaml --stack-name ExampleLogone --capabilities CAPABILITY_IAM
aws lambda invoke --function-name example-logone-lambda-go --payload '{"event": "example"}' --log-type Tail /dev/null
Directories
¶
Click to show internal directories.
Click to hide internal directories.