bumpy-plastic-18391
01/13/2023, 9:25 PMminiature-musician-31262
01/13/2023, 9:27 PMbumpy-plastic-18391
01/13/2023, 9:33 PM{
"name": "NewPulumi",
"main": "index.ts",
"devDependencies": {
"@types/node": "^14"
},
"dependencies": {
"@pulumi/aws": "^5.27.0",
"@pulumi/awsx": "^1.0.1",
"@pulumi/pulumi": "^3.51.1"
}
}
miniature-musician-31262
01/13/2023, 9:40 PMawsx.apigateway.API
) is from a previous (pre-1.0) version of AWSx — for example here, which is using that API (via ^0.40.0): https://github.com/pulumi/examples/blob/e2e5eb426dbf5b57c50bba0f8eb54fe982ceddb1/aws-ts-apigateway/index.ts#L18@pulumi/aws-apigateway
package: https://github.com/pulumi/templates/blob/master/serverless-aws-typescript/index.ts#L16bumpy-plastic-18391
01/13/2023, 9:49 PMminiature-musician-31262
01/13/2023, 9:55 PMawsx.classic.apigateway.API
, that might work for you?classic
may bring forward the APIs that were there pre-1.0bumpy-plastic-18391
01/13/2023, 9:57 PMminiature-musician-31262
01/13/2023, 9:57 PMbumpy-plastic-18391
01/13/2023, 10:13 PMerror: Error serializing '(event) => __awaiter(void 0, void 0, ...': index.ts(35,26)
miniature-musician-31262
01/13/2023, 10:15 PM