Skip to content

madstone-tech/cfn-nocodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy NocoDB on AWS 100% Serverless via Cloudformation

Steps

Install AWS CLI

Install AWS CLI

Create an S3 bucket to upload the template artifacts

aws s3 mb s3://<YOUR_UNIQUE_BUCKET_NAME>

Package the Cloudformation Package

aws cloudformation package --template-file cfn-templates/cfn-main.yaml --s3-bucket <YOUR_UNIQUE_BUCKET_NAME> --output-template-file cfn-deploy.yaml

Update your paramaters

replace parameters/cfn-parameters.json with the parameters from your account.

Deploy Stack

Deploy via cli

aws cloudformation deploy --template-file cfn-deploy.yaml --stack-name <YOUR STACK NAME> --parameter-overrides file://parameters/cfn-parameters.json --capabilities CAPABILITY_IAM

Releases

No releases published

Packages

No packages published