Skip to content

Commit a767640

Browse files
committed
readme update
1 parent 8c0bd92 commit a767640

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

+22-5
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,32 @@ Additional formats will be added. Pull Requests are welcome!
4848
## Try!
4949
Ready to try the latest version for yourself? Installation into your own AWS environment is simple:
5050

51-
1. Go to [AWS Console's Create New Stack](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=aws-to-slack)
51+
### Option 1: Quick Start (OLD CODE)
5252

53-
[![Launch CloudFormation Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=aws-to-slack)
53+
[![Launch CloudFormation Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=aws-to-slack)
5454

55-
2. Copy the content from [cloudformation.yaml](https://raw.githubusercontent.com/arabold/aws-to-slack/master/cloudformation.yaml) into a local file
55+
*Warning!* The template referenced by this link is an old template and old code! If you want the latest version of this repo, you need to update the Lambda code after it's launched.
56+
57+
### Option 2: Get the latest bug fixes
5658

57-
3. Upload the file to the AWS Console
59+
1. Download this repo locally.
5860

59-
4. For details on the parameter values, see Installation section
61+
1. Use AWS Console's [Create CloudFormation Stack](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=aws-to-slack) tool.
62+
63+
Upload [cloudformation.yaml](https://raw.githubusercontent.com/arabold/aws-to-slack/master/cloudformation.yaml) as your template.
64+
65+
1. Finish launching the Stack.
66+
67+
For details on the parameter values, see [Installation](#installation) section.
68+
69+
1. Build / Update the code by running the following from the root of this project:
70+
```
71+
AWS_REGION="<your_lambda_region>" LAMBDA_NAME="<your_lambda_name>" make deploy
72+
```
73+
74+
### Option 3: Use deploy target
75+
76+
See [Managing Multiple Deployments](#managing-multiple-deployments) for a `.env` file approach to creating or managing multiple stacks.
6077

6178
## Installation
6279

0 commit comments

Comments
 (0)