Open wafuwafu13 opened 1 year ago
During development, to eliminate the impact on users, ensure that apply only works when --dev
is added.
Expected Behavior:
# just return message
$ dy admin apply
not yet implemented
# develop feature
$ dy admin apply --dev
(something happen)
cfn.yaml
or cfn.yml
or cfn.json
in the same hierarchy where the dy command is executed
command:
~/path/to/foo
$ ls
cfn.yaml
~/path/to/foo
(for now, just checking existence of file)
$ dy admin apply --dev
command:
~/path/to/foo
$ ls
cfn.yaml
~/path/to/foo
$ dy admin apply --dev
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.
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