Missing `aws-native:lambda:EventInvokeConfig`
What happened?
The AWS::Lambda::EventInvokeConfig Resource is missing a mapping type. This is useful for asynchronous Lambda Functions.
Expected Behavior
Any CDK Stack using AWS::Lambda::EventInvokeConfig should deploy without error.
Steps to reproduce
Instantiate a Function with a retryConfig
new aws_lambda.Function(this, "Worker", {
// ..
retryAttempts: 0,
});
Output of pulumi about
CLI
Version 3.53.1
Go Version go1.19.5
Go Compiler gc
Plugins
NAME VERSION
aws 5.28.0
nodejs unknown
Host
OS darwin
Version 13.1
Arch arm64
This project is written in nodejs: executable='/Users/samgoodwin/.nvm/versions/node/v16.14.2/bin/node' version='v16.14.2'
Current Stack: sam-g/stock-bot/stock-bot
TYPE URN
pulumi:pulumi:Stack urn:pulumi:stock-bot::stock-bot::pulumi:pulumi:Stack::stock-bot-stock-bot
Found no pending operations associated with stock-bot
Backend
Name pulumi.com
URL https://app.pulumi.com/sam-g
User sam-g
Organizations sam-g
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
I've left a comment here which is applicable to this issue:
https://github.com/pulumi/pulumi-cdk/issues/66#issuecomment-1407944836
Closing this since aws-native:lambda:EventInvokeConfig is available in the latest version of @pulumi/aws-native (v0.107.0)