API Gateway Example Code Doesn't Work #71
Labels
awaiting-feedback
Blocked on input from the author
kind/bug
Some behavior is incorrect or out of spec
resolution/duplicate
This issue is a duplicate of another issue
What happened?
Using the simple api gateway example code, when I try and run a pulumi up I get the following error:
` error: Error serializing '(ev, ctx) => __awaiter(void 0, void ...': index.ts(15,14)
Steps to reproduce
Take the simple api gateway example typescript code. Run an npm install. Run a pulumi up. See the above error.
Expected Behavior
Create a stack with an api gateway.
Actual Behavior
I get the error as posted above
Output of
pulumi about
CLI
Version 3.49.0
Go Version go1.19.4
Go Compiler gc
Plugins
NAME VERSION
aws 5.24.0
aws-apigateway 1.0.1
nodejs unknown
Host
OS darwin
Version 12.6
Arch arm64
This project is written in nodejs: executable='/opt/homebrew/bin/node' version='v19.3.0'
Backend
Name pulumi.com
URL https://app.pulumi.com/MatthewBrownOlio
User MatthewBrownOlio
Organizations MatthewBrownOlio, OLIOEX
Dependencies:
NAME VERSION
@pulumi/aws-apigateway 1.0.1
@pulumi/aws 5.24.0
@pulumi/pulumi 3.49.0
@types/node 10.17.60
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).
The text was updated successfully, but these errors were encountered: