Skip to content

Commit 133df31

Browse files
author
Davide Melfi
committed
chore: change the function name to be smaller
1 parent 5e10150 commit 133df31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experimental/aws-lambda-java-profiler/integration_tests/create_function.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Set variables
44
FUNCTION_NAME="aws-lambda-java-profiler-function-${GITHUB_RUN_ID}"
5-
FUNCTION_NAME_CUSTOM_PROFILER_OPTIONS="aws-lambda-java-profiler-function-custom-profiler-options-${GITHUB_RUN_ID}"
5+
FUNCTION_NAME_CUSTOM_PROFILER_OPTIONS="aws-lambda-java-profiler-function-custom-${GITHUB_RUN_ID}"
66
ROLE_NAME="aws-lambda-java-profiler-role-${GITHUB_RUN_ID}"
77
HANDLER="helloworld.Handler::handleRequest"
88
RUNTIME="java21"

experimental/aws-lambda-java-profiler/integration_tests/invoke_function_custom_options.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Set variables
4-
FUNCTION_NAME_CUSTOM_PROFILER_OPTIONS="aws-lambda-java-profiler-function-custom-profiler-options-${GITHUB_RUN_ID}"
4+
FUNCTION_NAME_CUSTOM_PROFILER_OPTIONS="aws-lambda-java-profiler-function-custom-${GITHUB_RUN_ID}"
55
PAYLOAD='{"key": "value"}'
66

77
# Expected profiler commands (should match create_function.sh)

0 commit comments

Comments
 (0)