Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14
version: 0.2 phases: install: runtime-versions: python: 3.8 commands: - wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - - apt-get update -y build: commands: - aws s3 sync ./resources s3://${RESOURCES_BUCKET} --size-only artifacts: files: - quicksight_cfn.yml