https://pulumi.com logo
#aws
Title
# aws
q

quaint-book-39362

06/05/2022, 1:18 AM
what would be the recommended way to use aws-sdk v3 within a
aws.lambda.CallbackFunction
? learning pulumi and found i can use the lambda runtime’s v2 sdk through `aws.sdk`(from
@pulumi/aws
)
just needed to install the packages in the pulumi project as prod dependencies and they were bundled correctly
2 Views