Skip to content

Commit 7e899b2

Browse files
committed
Merge branch 'main' of github.com:mparkachov/lambda-shell-runtime
2 parents b920066 + 4dfa81f commit 7e899b2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

template-amd64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Metadata:
1212
LicenseUrl: LICENSE
1313
ReadmeUrl: SAR_README.md
1414
Labels: [lambda, runtime, layer, shell, provided-al2023, x86_64, awscli]
15-
SemanticVersion: 2.32.28
15+
SemanticVersion: 2.32.29
1616

1717
Resources:
1818
LambdaShellRuntimeLayerAmd64:

template-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Metadata:
1212
LicenseUrl: LICENSE
1313
ReadmeUrl: SAR_README.md
1414
Labels: [lambda, runtime, layer, shell, provided-al2023, arm64, awscli]
15-
SemanticVersion: 2.32.28
15+
SemanticVersion: 2.32.29
1616

1717
Resources:
1818
LambdaShellRuntimeLayerArm64:

template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ Metadata:
1212
LicenseUrl: LICENSE
1313
ReadmeUrl: SAR_README.md
1414
Labels: [lambda, runtime, layer, shell, provided-al2023, arm64, x86_64, awscli]
15-
SemanticVersion: 2.32.28
15+
SemanticVersion: 2.32.29
1616

1717
Resources:
1818
RuntimeArm64Application:
1919
Type: AWS::Serverless::Application
2020
Properties:
2121
Location:
2222
ApplicationId: arn:aws:serverlessrepo:us-east-1:541185764973:applications/lambda-shell-runtime-arm64
23-
SemanticVersion: 2.32.28
23+
SemanticVersion: 2.32.29
2424

2525
RuntimeAmd64Application:
2626
Type: AWS::Serverless::Application
2727
Properties:
2828
Location:
2929
ApplicationId: arn:aws:serverlessrepo:us-east-1:541185764973:applications/lambda-shell-runtime-amd64
30-
SemanticVersion: 2.32.28
30+
SemanticVersion: 2.32.29
3131

3232
Outputs:
3333
LayerVersionArnArm64:

0 commit comments

Comments
 (0)