Replies: 2 comments 6 replies
-
Looks like you are in a test, not running in Lambda. You need to specify the AWS_REGION for your tests: test {
environment "AWS_REGION", "eu-west-1"
} |
Beta Was this translation helpful? Give feedback.
4 replies
-
An error will occur if I do not set 3 environment variables. If
I can get it correctly with that aws profile in aws cli.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Parameters
I tested a simple
SSM Parameter Store
with reference toPowertools for AWS Lambda (Java)
documentation.Exception occurred when calling
ParamManager.getSsmProvider()
.Error
Test
Lambda Handler
build.gradle
Running environment
Build warning
I don't know if it's related, the following warning is displayed.
How can I do, help please.
Beta Was this translation helpful? Give feedback.
All reactions