Join Slack
Powered by
This message was deleted.
# typescript
s
sparse-intern-71089
05/05/2021, 1:15 PM
This message was deleted.
r
red-match-15116
05/05/2021, 3:21 PM
you’re using the CallbackFunction to provide your lambda code? If you want more fine-grained control over your lambda you can bundle it using the
code
arg
https://www.pulumi.com/docs/reference/pkg/aws/lambda/function/#code_nodejs
red-match-15116
05/05/2021, 3:29 PM
Here’s an example that uses a separately written lambda rather than a serialized inline function:
https://github.com/pulumi/examples/blob/master/aws-ts-apigatewayv2-http-api/index.ts#L42-L44
Open in Slack
Previous
Next