File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export YOUTUBE_API_KEY=$(aws ssm get-parameter --name "/marksphere/youtube-api-k
1010export AWS_ACCESS_KEY=$( aws ssm get-parameter --name " /marksphere/aws-access-key" --with-decryption --query " Parameter.Value" --output text)
1111export AWS_SECRET_KEY=$( aws ssm get-parameter --name " /marksphere/aws-secret-key" --with-decryption --query " Parameter.Value" --output text)
1212export REDIS_HOST=$( aws ssm get-parameter --name " /marksphere/redis-host" --with-decryption --query " Parameter.Value" --output text)
13- export AWS_FUNCTION_NAME =$( aws ssm get-parameter --name " /marksphere/aws -function-name" --with-decryption --query " Parameter.Value" --output text)
13+ export LAMBDA_FUNCTION_NAME =$( aws ssm get-parameter --name " /marksphere/lambda -function-name" --with-decryption --query " Parameter.Value" --output text)
1414
1515JAR_NAME=$( ls $REPOSITORY /build/libs/ | grep ' .jar' | tail -n 1)
1616JAR_PATH=$REPOSITORY /build/libs/$JAR_NAME
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ aws.s3.secretAccessKey=${AWS_SECRET_KEY}
2525aws.s3.bucket-name =socialbookmarking-bucket
2626
2727# AWS Lambda
28- aws.lambda.function-name =${AWS_FUNCTION_NAME }
28+ aws.lambda.function-name =${LAMBDA_FUNCTION_NAME }
2929
3030spring.data.redis.host =${REDIS_HOST}
3131spring.data.redis.port =6379
You can’t perform that action at this time.
0 commit comments