https://pulumi.com logo
#general
Title
# general
f

full-motherboard-20213

07/29/2022, 9:05 PM
Hello folks! how can implement
AWS::Serverless::Api
from
cloudformation
into a python pulumi project? It's just a
apigateway
?, doc in https://www.pulumi.com/docs/guides/crosswalk/aws/api-gateway/
b

billowy-army-68599

07/30/2022, 4:19 AM
can you link to the cloudformation docs for this?
f

full-motherboard-20213

07/30/2022, 8:37 AM
Hey @billowy-army-68599 thanks for response. This is the doc https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html The doc explain that this resource create an API gateway. May it has some parameters there are not in pulumi python. For that reason is my question.
b

billowy-army-68599

07/30/2022, 3:21 PM
AWS Sam is an abstraction on top of cloudformation, you’ll need to figure out what resources it maps to and what those parameters map to
f

full-motherboard-20213

07/30/2022, 3:34 PM
That's information helps me a bunch. Thank you so much 🙌