Skip to content

Commit 36869e2

Browse files
authored
feat: remove snapstart (#2077)
1 parent bfab1ad commit 36869e2

File tree

29 files changed

+538
-690
lines changed

29 files changed

+538
-690
lines changed

.github/workflows/aws-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
env:
6161
AWS_REGION: ${{ inputs.environment == 'DEV' && secrets.AWS_DEV_REGION || inputs.environment == 'PROD' && secrets.AWS_PROD_REGION }}
6262
LAMBDA_PERF_ENV: ${{ inputs.environment == 'PROD' && 'production' || 'dev' }}
63-
SKIP_SNAPSTART: ${{ (inputs.environment == 'DEV') && secrets.SKIP_SNAPSTART_DEV || 'false' }}
6463
GITHUB_AUTH_TOKEN: ${{ inputs.environment == 'PROD' && secrets.GH_AUTH_TOKEN || 'no-token-needed' }}
6564
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
6665
run: cd cdk && yarn install && cdk bootstrap && cdk deploy LambdaPerfStack --require-approval never

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ s3-uploader/runtimes/dotnet*/src/obj
99
s3-uploader/runtimes/java21/.gradle
1010
s3-uploader/runtimes/java21/build
1111
s3-uploader/runtimes/java21/bin
12-
s3-uploader/runtimes/java21_snapstart/.gradle
13-
s3-uploader/runtimes/java21_snapstart/build
14-
s3-uploader/runtimes/java21_snapstart/bin
1512
s3-uploader/runtimes/java11/.gradle
1613
s3-uploader/runtimes/java11/bin
1714
s3-uploader/runtimes/java8/.gradle

0 commit comments

Comments
 (0)