Cloudformation template for creating Amplify hosting using Manual Deploy option

0

I want to create a Amplify app for hosting my webapp but I dont want to connect it to any Repository. I want to use the Manual Deploy option using 'Deploy without Git provider' where I upload the artifact to an S3 bucket and deploy it. I cannot find the cloudformation template for creating amplify with this deploy option. Can someone share the cloudformation template which I can use to create a manual deploy Amplify app.

asked 8 months ago348 views
1 Answer
0

Hi,

You have an interesting full Amplify CFN template at https://www.halfstack.software/continuous-deployment-for-websites-with-aws-amplify-and-serverless-framework/

It's probably a good starting point to adapt from in your use case.

It's managed with AWS Serverless framework, which is quite an attractive idea.

Best

Didier

profile pictureAWS
EXPERT
answered 8 months ago
  • Hi Didier, Thanks for sharing the link. But I see this template also uses GitHub connections. Is there any specific parameter or definition that I can add that enables the creation of an Amplify app with manual deployment option (S3 connection).

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions