File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
gov2/workflows/user_pools_and_lambda_triggers
workflows/user_pools_and_lambda_triggers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ The AWS resources for this example are deployed by using the AWS Cloud Developme
6767To install the AWS CDK, follow the instructions in the
6868[ Developer Guide] ( https://docs.aws.amazon.com/cdk/v2/guide/home.html ) .
6969
70- Deploy resources at a command prompt from the [ cdk] ( cdk ) folder:
70+ Deploy resources at a command prompt from the [ . cdk] ( . cdk) folder:
7171
7272```
7373npm install
@@ -86,7 +86,7 @@ go run ./cmd -scenario [auto_confirm migrate_user activity_log]
8686
8787Delete resources deployed for this example by deleting the stack.
8888
89- Delete the stack at a command prompt from the [ cdk] ( cdk ) folder:
89+ Delete the stack at a command prompt from the [ . cdk] ( . cdk) folder:
9090
9191```
9292cdk destroy
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ can be used as a reference for writing this example in other languages.
3030### Create AWS resources
3131
3232The ` PoolsAndTriggersBase ` CDK construct in the
33- [ reference implementation for Go] ( ../../gov2/workflows/user_pools_and_lambda_triggers/cdk/lib/pools-and-triggers-base.ts )
33+ [ reference implementation for Go] ( ../../gov2/workflows/user_pools_and_lambda_triggers/. cdk/lib/pools-and-triggers-base.ts )
3434folder creates all of the common AWS resources you need for this example:
3535
3636* Amazon DynamoDB table with a ` UserEmail ` primary key.
@@ -40,7 +40,7 @@ folder creates all of the common AWS resources you need for this example:
4040
4141This construct is intended as a base script that you copy to your implementation and include in a stack that
4242deploys Lambda handlers in the way that works best for your language.
43- For an example, see the [ reference implementation for Go] ( ../../gov2/workflows/user_pools_and_lambda_triggers/cdk/lib/pools-and-triggers-stack.ts ) .
43+ For an example, see the [ reference implementation for Go] ( ../../gov2/workflows/user_pools_and_lambda_triggers/. cdk/lib/pools-and-triggers-stack.ts ) .
4444
4545Because most languages require a bootstrap environment that contains an S3 bucket for staging Lambda handlers,
4646it's recommended that you use ` cdk deploy ` to deploy resources, but if your language supports it you can use
You can’t perform that action at this time.
0 commit comments