This message was deleted.
# general
s
This message was deleted.
w
Yep! In fact, you can just write
let s3client = new aws.sdk.S3()
to get an S3 client. We expose a copy of the AWS SDK off the
aws.sdk
variable. You can see an example of this at https://github.com/pulumi/examples/blob/master/aws-ts-s3-lambda-copyzip/index.ts#L18. Which was also covered in a recent blog post at https://blog.pulumi.com/easy-serverless-apps-and-infrastructure-real-events-real-code.
w
Great, thanks @white-balloon-205! I'll try that out.