App Files
If you already have pre-existing files like zip files that need to be uploaded to s3, you can put them in app/files
. Example of how the file will upload to s3:
Local path | S3 path |
---|---|
app/files/lambda-function.zip | s3://lono-bucket/cloudformation/development/files/lambda-function-0719ab81.zip |
Notice the 0719ab81 is the md5 sum of the file. This is added automatically beause it is useful if you are uploading the file to be used as a lambda function in a CloudFormation Lambda resource. You can refer to the file with the s3_key("lambda-function")
built-in helper.
Pro tip: Use the <- and -> arrow keys to move back and forward.
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.