Any s3 related examples are using acl which deprecated from aws. I really think that it's problem that all resources I could gather (the exmaple repo, guides from the website, pulumi ai) all are pointing to dead end.
My actual question is below:
I was deploying examples/aws-ts-apigateway and got this from the lambda cloudwatch
"Runtime.ImportModuleError: Error: Cannot find module '@aws-sdk/client-dynamodb/dist-cjs/index.js'",
What I really want is just a functional crud api using lambda and dyanmodb.
Example
.
Output of pulumi about
.
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).
What happened?
Any s3 related examples are using acl which deprecated from aws. I really think that it's problem that all resources I could gather (the exmaple repo, guides from the website, pulumi ai) all are pointing to dead end.
My actual question is below:
I was deploying examples/aws-ts-apigateway and got this from the lambda cloudwatch
"Runtime.ImportModuleError: Error: Cannot find module '@aws-sdk/client-dynamodb/dist-cjs/index.js'",
the only working example i tried after a week of is the hello world example in apigateway https://github.com/pulumi/pulumi-aws-apigateway/blob/0fdd3b2e492a09392a0184c4acc6defe4da77ef0/examples/simple/index.ts
the lambda.CallbackFunction isn't even documented in the doc https://www.pulumi.com/registry/packages/aws/api-docs/lambda/
What I really want is just a functional crud api using lambda and dyanmodb.
Example
.
Output of
pulumi about
.
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).