File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
serverless-compare-langs/kotlin Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ gradle shadowJar
3636Deploy the demo to your AWS account using [ AWS CDK] ( https://aws.amazon.com/cdk/ ) .
3737
3838``` bash
39+ cd infrastructure
3940cdk deploy
4041```
4142
Original file line number Diff line number Diff line change 22 target : " {{ $processEnvironment.API_URL }}"
33 processor : " generator.js"
44 phases :
5- - duration : 600
6- arrivalRate : 300
5+ - duration : 30
6+ rampTo : 50
7+ - duration : 300
8+ arrivalRate : 100
79
810scenarios :
911 - name : " Generate products"
Original file line number Diff line number Diff line change 1- STACK_NAME=ServerlessKotlinDemo
1+ STACK_NAME=serverless-kotlin-demo
22
33API_URL=$( aws cloudformation describe-stacks --stack-name $STACK_NAME \
44 --query ' Stacks[0].Outputs[?OutputKey==`KotlinApiUrl`].OutputValue' \
You can’t perform that action at this time.
0 commit comments