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

Missing aws-native:lambda:EventInvokeConfig #67

Closed
sam-goodwin opened this issue Jan 27, 2023 · 2 comments
Closed

Missing aws-native:lambda:EventInvokeConfig #67

sam-goodwin opened this issue Jan 27, 2023 · 2 comments
Assignees
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed

Comments

@sam-goodwin
Copy link

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 sam-goodwin added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Jan 27, 2023
@AaronFriel AaronFriel added kind/enhancement Improvements or new features and removed kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Jan 30, 2023
@AaronFriel
Copy link

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

#66 (comment)

@corymhall
Copy link
Contributor

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

@corymhall corymhall added the resolution/fixed This issue was fixed label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

3 participants