Skip to content

Instantly share code, notes, and snippets.

@josefaidt
josefaidt / amplify-init.sh
Last active December 8, 2022 22:31
Minimal Amplify CLI headless init script
#!/bin/bash
set -e
IFS='|'
AMPLIFY_ENVIRONMENT='dev'
AWS_REGION='us-east-1'
AWSCLOUDFORMATIONCONFIG="{\
\"configLevel\":\"project\",\
\"useProfile\":true,\