File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
experimental/aws-lambda-java-profiler/integration_tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33# Set variables
44FUNCTION_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} "
66ROLE_NAME=" aws-lambda-java-profiler-role-${GITHUB_RUN_ID} "
77HANDLER=" helloworld.Handler::handleRequest"
88RUNTIME=" java21"
Original file line number Diff line number Diff line change 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} "
55PAYLOAD=' {"key": "value"}'
66
77# Expected profiler commands (should match create_function.sh)
You can’t perform that action at this time.
0 commit comments