what would be the recommended way to use aws-sdk v...
# aws
q
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