pulumi-cdk icon indicating copy to clipboard operation
pulumi-cdk copied to clipboard

Missing `aws-native:lambda:EventInvokeConfig`

Open sam-goodwin opened this issue 3 years ago • 1 comments

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).

sam-goodwin avatar Jan 27 '23 12:01 sam-goodwin

I've left a comment here which is applicable to this issue:

https://github.com/pulumi/pulumi-cdk/issues/66#issuecomment-1407944836

AaronFriel avatar Jan 30 '23 03:01 AaronFriel

Closing this since aws-native:lambda:EventInvokeConfig is available in the latest version of @pulumi/aws-native (v0.107.0)

corymhall avatar May 24 '24 16:05 corymhall