applications/feedback_sentiment_analyzer/cdk/README.md
Deploy the Feedback Sentiment Analyzer (FSA) with the AWS Cloud Development Kit (AWS CDK).
Export these variables:
| Name | Usage |
|---|---|
| FSA_NAME | Short one-word name to identify this stack. |
| FSA_EMAIL | Email address for the pre-verified default user account. |
| FSA_LANG | Programming language for the Lambdas in this deployment. |
bash/zsh
export FSA_NAME=
export FSA_EMAIL=
export FSA_LANG=
Windows cmd
set FSA_NAME=
set FSA_EMAIL=
set FSA_LANG=
Windows Powershell
$Env:FSA_NAME =
$Env:FSA_EMAIL =
$Env:FSA_LANG =
npm installcdk deploy "fsa-${FSA_NAME}-${FSA_LANG}"npm run build - Compile typescript to jsnpm run watch - Watch for changes and compilenpm run test - Perform the jest unit testscdk deploy - Deploy this stack to your default AWS account/Regioncdk diff - Compare deployed stack with current statecdk synth - Emits the synthesized AWS CloudFormation template