Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
b
bored-jackal-93148
12/11/2019, 9:29 PM
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
white-balloon-205
12/11/2019, 9:33 PM
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
bored-jackal-93148
12/11/2019, 10:59 PM
@white-balloon-205
you guys rock. The support you provide here is second to none.
Post