File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,15 @@ following tools:
35
35
36
36
``` bash
37
37
git clone https://github.com/sgtoj/terraform-docker-artifact-packager.git
38
+ code terraform-aws-cognito-custom-message-sender
38
39
```
39
40
40
- 2. Open the repository in Visual Studio Code:
41
-
42
- ` ` ` bash
43
- code terraform-docker-artifact-packager
44
- ` ` `
45
-
46
- 3. When prompted to " Reopen in Container" , click " Reopen in Container" . This
41
+ 2. When prompted to " Reopen in Container" , click " Reopen in Container" . This
47
42
will start building the Docker image for the development container. If you' re
48
43
not prompted, you can open the Command Palette (F1 or Ctrl+Shift+P), and run
49
44
the "Remote-Containers: Reopen Folder in Container" command.
50
45
51
- 4 . After the development container is built and started, you can use the
46
+ 3 . After the development container is built and started, you can use the
52
47
Terminal in Visual Studio Code to interact with the container. All commands
53
48
you run in the Terminal will be executed inside the container.
54
49
Original file line number Diff line number Diff line change 1
- # Terraform Module: AWS Cognito Custom SMS Sender
1
+ # Terraform Module: AWS Cognito Custom Message Sender
2
2
3
3
This Terraform module deploys a AWS Lambda function to serve as a custom SMS
4
4
sender for AWS Cognito. The module uses Open Policy Agent (OPA) policies to
@@ -20,7 +20,8 @@ located within its directory.
20
20
21
21
``` hcl
22
22
module "cognito_custom_sms_sender" {
23
- source = "sgtoj/cognito-custom-message-sender/aws"
23
+ source = "sgtoj/cognito-custom-message-sender/aws"
24
+ version = "1.x.x"
24
25
25
26
sms_sender_enabled = true
26
27
sms_sender_policy_content = "<OPA policy content>"
@@ -62,6 +63,6 @@ for more details on these variables.
62
63
63
64
## Contributing
64
65
65
- We welcome contributions to the Terraform AWS Cognito Custom SMS Sender Module!
66
- For information on setting up a development environment and how to make a
67
- contribution, see [ CONTRIBUTING.md ] ( ./CONTRIBUTING.md ) .
66
+ We welcome contributions to the project! For information on setting up a
67
+ development environment and how to make contribution, see [ CONTRIBUTING ] ( ./CONTRIBUTING.md )
68
+ documentation .
You can’t perform that action at this time.
0 commit comments