Skip to content
New issue

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

fix: use InputPayload for ssm entry of aws:invokeLambdaFunction #58

Merged
merged 2 commits into from
Mar 1, 2023

Conversation

jcgould2021
Copy link
Collaborator

Fixes #57
aws:invokeLambdaFunction allows defining a JSON string input Payload or a StringMap version InputPayload. CDK was incorrectly setting the user's StringMap to the Payload variable instead of InputPayload.

Signed-off-by: github-actions <github-actions@github.com>
@mergify mergify bot merged commit 613f095 into main Mar 1, 2023
@mergify mergify bot deleted the fix-invokeLambdaFunction-payload branch March 1, 2023 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@cdklabs/cdk-ssm-documents: Error passing payload to InvokeLambdaFunctionStep step in an SSM Document
2 participants