This message was deleted.
# typescript
s
This message was deleted.
r
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
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