tall-shoe-2971
07/07/2025, 1:46 PMadamant-lawyer-19698
07/07/2025, 5:17 PMadamant-lawyer-19698
07/07/2025, 5:18 PMadamant-lawyer-19698
07/07/2025, 5:20 PMtall-shoe-2971
07/07/2025, 5:28 PMContext
you can add tags to the entire stack by passing them into the context
function or to specific parts using `.withTags({ ... })`; e.g.
const ctx = saws.context({ tags: { tag1: 'value1' });
const subCtx = ctx.withTags({ tag2: 'value2' })
Is that what you were looking for?
More info on the "context" here: https://stackattack.camfeenstra.com/concepts/context (though looking at it now there are probably some improvements I should make)
On the lambda functions--you're right I haven't added that as a first-class component yet, do you have a specific use-case in mind? You can use Pulumi's aws.lambda.Function
or aws.lambda.CallbackFunction
resources to create lambda functions. It's not immediately clear what value a higher-level component would provide over using the Pulumi resources directly. Do you have something more specific in mind such as running cron-job type tasks, or serving as an event handler for other AWS services (e.g. eventbridge or SNS or something)?adamant-lawyer-19698
07/07/2025, 5:32 PMtall-shoe-2971
07/07/2025, 5:39 PMNo 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.
Powered by