dce
dce copied to clipboard
Disposable Cloud Environment
**Is your feature request related to a problem? Please describe.** I would like an out-of-the-box solution to automated/scheduled DB backups **Describe the solution you'd like** A lambda on a cloudwatch...
Follow the repo standards. https://github.com/golang-standards/project-layout - [ ] Change LICENSE to LICENSE.md - [ ] Rename `/tests` to `/test/` - [ ] Rename to `/dist` to `/assets` - [ ]...
Such as /accounts?status=active or /accounts?filter=. Leases as well. Staring with supporting all fields that are indexed in the DB and adding some query string parameters for pagination, sort, etc. that...
The prior art in the repo has us: - Return a `Link` header, which includes the URL for the next page of results - The URL includes query parameters for...
As documented in the below link, the lambda go1.x runtime has now been deprecated by AWS, the **provided.al2023** runtime should be used instead. https://aws.amazon.com/blogs/compute/migrating-aws-lambda-functions-from-the-go1-x-runtime-to-the-custom-runtime-on-amazon-linux-2/ This causes the deployment to fail:...
**Version information** DCE: v0.34.1 OS: aws/codebuild/amazonlinux2-x86_64-standard:4.0 Go: 1.18 Terraform: 0.12.31 **Describe the bug** I followed the setup of [Sandbox Accounts for Events](https://github.com/awslabs/sandbox-accounts-for-events). For some reason the fan_out_update_lease_status lambda only triggers...
## Proposed changes Updated to support Terraform > v1.3.X. A few AWS resources that generated warnings have also been updated. Swapped from data.template_file for templatefile() as there is no M1...
**Version information** [v0.34.2](https://github.com/Optum/dce/releases/tag/v0.34.2) **Describe the bug** The [budget_check_enabled](https://github.com/Optum/dce/blob/master/modules/variables.tf#L90-L94) terraform variable is not utilized. Furthermore, there doesn't seem to be conditional support within the `update_lease_status` function. **To Reproduce** Modify `budget_check_enabled` variable...
The current terraform module requires Terraform 0.12.x and AWS 3.x which is rather old. I see that there is an existing approved [PR](https://github.com/Optum/dce/pull/431) with support for Terraform 1.3.x and also...
Hi, The DCE has a concept of budget and it works in general, but not for short-lived sandboxes. I would suggest to clearly state in the documentation that the budget...