-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement IaC feature enpowered by CloudFormation #155
Labels
enhancement
New feature or request
Comments
[apply] Build a development environmentDuring development, to eliminate the impact on users, ensure that apply only works when Expected Behavior: # just return message
$ dy admin apply
not yet implemented
# develop feature
$ dy admin apply --dev
(something happen) |
[apply] Load template file
command:
|
wafuwafu13
changed the title
Infrastracture as Code - enpowered by CloudFormation
Implement IaC feature enpowered by CloudFormation
Aug 31, 2023
[apply] Execute CreateStack APIcommand:
|
Can we create tables from CFn templates also for DynamoDB local? It would be really great to have such feature because currently we often have to duplicate DDB table definitions for DDB local, when we manage the actual AWS infrastructure using CDK or CFn. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IaC feature enpowered by CloudFormation
Background
https://github.com/awslabs/dynein#infrastracture-as-code---enpowered-by-cloudformation
Interface
dy admin plan
dy admin apply
The workflow
dy admin plan
dy admin apply
Roadmap
Tasks
The text was updated successfully, but these errors were encountered: