When I try to use a little bit of Pulumi code (which I know I should be able to, there's an example
Note that currently you cannot use the Pulumi SDKs "at runtime" inside a Lambda. The example you linked to uses the standard JavaScript AWS SDK. An instance of that SDK is available from
aws.sdk
for runtime code - so that code like this can work inside the Lambda:
Copy code
const s3Client = new aws.sdk.S3();
But this is still ultimately using the AWS SDK, not the Pulumi SDK.
l
little-cartoon-10569
06/19/2020, 12:55 AM
Ah, that'll be it then. Ok I'll keep going with what I've got. 👍
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.