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
Running "lambda_deploy:prod" (lambda_deploy) task AWS API request failed with undefined - MissingRequiredParameter: Missing required key 'FunctionName' in params
Running "lambda_deploy:prod" (lambda_deploy) task
AWS API request failed with undefined - MissingRequiredParameter: Missing required key 'FunctionName' in params
I've set the function option but I can't seem to avoid this message deploying to Lambda. Have there been API updates?
Here's my full conf.
// Lambda lambda_invoke: { default: { } }, lambda_deploy: { default: { options: { // aliases: 'prod', // enableVersioning: true }, function: '<%= aws.AWSLambdaFunctionName =>', arn: '<%= aws.AWSLambdaARN %>' } // prod: { // options: { // aliases: 'prod', // enableVersioning: true // }, // arn: '<%= aws.AWSLambdaARN %>' // } }, lambda_package: { default: { }, prod: { } } });
The text was updated successfully, but these errors were encountered:
@ben Did you find a solution to this issue ?
Edit: The solution is to add necessary key value pair to the Environment variables in your specific Lambda configuration inside AWS.
Sorry, something went wrong.
No branches or pull requests
I've set the function option but I can't seem to avoid this message deploying to Lambda. Have there been API updates?
Here's my full conf.
The text was updated successfully, but these errors were encountered: