-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildspec.yml
27 lines (23 loc) · 764 Bytes
/
buildspec.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: 0.2
phases:
install:
runtime-versions:
java: corretto11
build:
commands:
- mkdir code/jars
- aws s3 cp s3://sap-sources/SAPJCO code/jars --recursive
- sam build
#post_build:
# commands:
#- sam package --output-template-file packaged.yml --s3-bucket sap-monitor
#- sam publish --template packaged.yml --region eu-central-1
#- sam publish --template packaged.yml --region eu-west-1
#- sam publish --template packaged.yml --region us-east-1
#- sam publish --template packaged.yml --region us-east-2
#- sam publish --template packaged.yml --region us-west-1
#- sam publish --template packaged.yml --region us-west-2
#artifacts:
# files:
# - deployspec.yml
# - packaged.yaml