Skip to content

Commit 70846ec

Browse files
committed
github action for jdk 20
Signed-off-by: muhamadto <muhamadto@gmail.com>
1 parent 800512f commit 70846ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
COST_CENTRE: ${{ env.COST_CENTRE }}
5959
run: ./mvnw -ntp -Pnative clean package -DskipTests=true
6060
- name: cdk diff
61-
uses: muhamadto/aws-cdk-github-actions@v2
61+
uses: muhamadto/aws-cdk-github-actions@v3
6262
with:
6363
cdk_subcommand: 'diff'
6464
actions_comment: false
6565
- name: cdk deploy
66-
uses: muhamadto/aws-cdk-github-actions@v2
66+
uses: muhamadto/aws-cdk-github-actions@v3
6767
with:
6868
cdk_subcommand: 'deploy'
6969
cdk_args: '--require-approval never'

spring-native-aws-lambda-infra/src/main/java/com/coffeebeans/springnativeawslambda/infra/SpringNativeAwsLambdaStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class SpringNativeAwsLambdaStack extends ApiBaseStack {
3939

4040
static final String LAMBDA_FUNCTION_ID = "spring-native-aws-lambda-function";
4141
private static final String REST_API_ID = LAMBDA_FUNCTION_ID + "-rest-api";
42-
private static final String DEAD_LETTER_TOPIC_ID = LAMBDA_FUNCTION_ID + "-topic.dlq";
42+
private static final String DEAD_LETTER_TOPIC_ID = LAMBDA_FUNCTION_ID + "-topic";
4343
private static final String LAMBDA_HANDLER = "org.springframework.cloud.function.adapter.aws.FunctionInvoker::handleRequest";
4444
private static final String ENVIRONMENT_VARIABLE_SPRING_PROFILES_ACTIVE = "SPRING_PROFILES_ACTIVE";
4545

0 commit comments

Comments
 (0)