AMILookup / amilookup.com-infra

IAC for amilookup.com
https://amilookup.com
GNU General Public License v3.0
0 stars 0 forks source link

Lambda Versioning #1

Open lordmuffin opened 5 years ago

lordmuffin commented 5 years ago

Need to develop a process with circle.ci to deploy semver versions of each lambda function. Ideally driven by git tags --tag v1.0.0

lordmuffin commented 5 years ago

This is partially complete. Within the develop branch I have successfully completed creating the initial lambda function via serverless cloudformaiton, and for updating the function I have integrated into the CI updates to the function code on every build.

lordmuffin commented 5 years ago

This is not something that can be completed in v1.0.0. This also may not be able to be completed at all.