- When an app secret is removed, it is immediately deleted from AWS secrets manager.
- Added the ability to reference existing secrets using interpolation.
- e.g. "{{ secret(arn-of-existing-secret) }}"
- Added permissions to list image tags in image repository.
- Added support for metrics in capabilities.
- Fixed secrets policy to set resources to
[<arn>, ...]
instead of[[<arn>,...]]
.
- Fixed usage of
for_each
in secrets policy.
- Fixed terraform lock file.
- Enabled
metrics_reader
to access Cloudwatch metrics.
- Fixed secrets policy when no secrets are specified.
- Added metrics outputs to enable real-time monitoring.
- Added
invoke_arn
toapp_metadata
for capabilities. - Ensuring lambda has access to secrets.
- Fixed deployment issue with encrypted ECR repo.
- Updated
README.md
with application management info.
- Added compliance scanning.
- Updated
README.md
. - Added support for dead letter queue capabilities.
- Configured ECR repository with immutability and encryption.
- Enabled concurrency execution limit of 100.
- Enabled X-Ray tracing.
- Added optional
var.command
to override imageCMD
.
- Dropped
service_
prefix from variables.
- Added support for environment variable interpolation.
- Fixed generation of capability variables when the variable has no value.