Skip to content

Commit 8b1519f

Browse files
authored
Merge branch 'main' into modules
2 parents d3f6941 + b5d9f76 commit 8b1519f

File tree

59 files changed

+1581
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1581
-244
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: 2
22
updates:
3-
3+
- package-ecosystem: "maven"
4+
directory: "/aws-lambda-java-runtime-interface"
5+
schedule:
6+
interval: "weekly"
47
- package-ecosystem: "github-actions"
58
directory: "/"
69
schedule:

.github/workflows/aws-lambda-java-core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- 'aws-lambda-java-core/**'
1515
- '.github/workflows/aws-lambda-java-core.yml'
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
build:
1922

.github/workflows/aws-lambda-java-events-sdk-transformer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- 'aws-lambda-java-events-sdk-transformer/**'
1515
- '.github/workflows/aws-lambda-java-events-sdk-transformer.yml'
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
build:
1922

.github/workflows/aws-lambda-java-events.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- 'aws-lambda-java-events/**'
1515
- '.github/workflows/aws-lambda-java-events.yml'
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
build:
1922

.github/workflows/aws-lambda-java-log4j2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- 'aws-lambda-java-log4j2/**'
1515
- '.github/workflows/aws-lambda-java-log4j2.yml'
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
build:
1922

.github/workflows/aws-lambda-java-profiler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
working-directory: ./experimental/aws-lambda-java-profiler
5959
run: ./integration_tests/invoke_function.sh
6060

61+
- name: Invoke Java Custom Options function
62+
working-directory: ./experimental/aws-lambda-java-profiler
63+
run: ./integration_tests/invoke_function_custom_options.sh
64+
6165
- name: Download from s3
6266
working-directory: ./experimental/aws-lambda-java-profiler
6367
run: ./integration_tests/download_from_s3.sh

.github/workflows/aws-lambda-java-serialization.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- 'aws-lambda-java-serialization/**'
1515
- '.github/workflows/aws-lambda-java-serialization.yml'
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
build:
1922

.github/workflows/aws-lambda-java-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- 'aws-lambda-java-tests/**'
1515
- '.github/workflows/aws-lambda-java-tests.yml'
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
build:
1922

.github/workflows/repo-sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- '.github/workflows/repo-sync.yml'
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
1216
jobs:
1317
repo-sync:
1418
name: Repo Sync

.github/workflows/runtime-interface-client_merge_to_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Build and install serialization dependency locally
5151
working-directory: ./aws-lambda-java-serialization
52-
run: mvn clean install -DskipTests
52+
run: mvn clean install
5353

5454
- name: Test Runtime Interface Client xplatform build - Run 'build' target
5555
working-directory: ./aws-lambda-java-runtime-interface-client

0 commit comments

Comments
 (0)