We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c8aea commit 0418706Copy full SHA for 0418706
2 files changed
buildspec.yml
@@ -11,6 +11,5 @@ phases:
11
12
artifacts:
13
files:
14
- - build/distributions/java4lambda.zip
15
- output-template.yml
16
discard-paths: yes
readme.md
@@ -46,3 +46,6 @@ Empty repo to Java AWS Lambda
46
* Deploy
47
* Delpoyment provider: AWS CloudFormation
48
* Action Mode: Execute a Change Set
49
+
50
+Open questions
51
+* aws cloudformation package command executed appears to upload to s3. how does this differ from files present in buildspec.yml?
0 commit comments