I have a component I need to integrate that’s been...
# general
b
I have a component I need to integrate that’s been delivered in an AWS SAM template. Any pointers on the easiest/best way to integrate that into an overall build?
w
SAM can/does lower into cloudformation - so you can run that step first and then deploy the cloudformation template via https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/cloudformation/#Stack.
😎 1
b
@white-balloon-205 you guys rock. The support you provide here is second to none.