We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I set the config like below
And the request message I saw from console is only like this:
Lambda update code request: {FunctionName: Tracker,ZipFile: java.nio.HeapByteBuffer[pos=0 lim=3450022 cap=3450022],Publish: false}
There's no environment variables in the request. Should be
{FunctionName: Tracker,ZipFile: java.nio.HeapByteBuffer[pos=0 lim=3450022 cap=3450022],Publish: false,Environment: {Variables: {REDSHIFT_CONNECTION_STRING=blabla, GA_CONTAINER_ID=blablabla, REDSHIFT_DATABASE_SCHEMA=blabla}, }, }
Shall I set Update Mode to Code and configuration? Or how can I fix it?
Update Mode
Code and configuration
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set the config like below
And the request message I saw from console is only like this:
There's no environment variables in the request. Should be
Shall I set
Update Mode
toCode and configuration
? Or how can I fix it?The text was updated successfully, but these errors were encountered: