This message was deleted.
# aws
s
This message was deleted.
w
For code running at runtime (not deployment time) you need to use the AWS sdk instead of the Pulumi SDKs. Pulumi makes the AWS sdk absolve for you at
aws.sdk
. See for example: https://github.com/pulumi/examples/blob/11d7bb90bf5b7b2df7fb59c6fe48cca971faefc5/aws-ts-scheduled-function/index.ts#L14
n
thanks @white-balloon-205!