amazon-kinesis-client/appspec.yml

10 lines
161 B
YAML
Raw Normal View History

version: 0.0
os: linux
files:
2020-03-02 19:46:54 +00:00
- source: /
destination: /home/ec2-user/kcl-2x/
hooks:
AfterInstall:
- location: scripts/install.sh
timeout: 600