Skip to content

Commit 2a3917a

Browse files
authored
Update README.md (#156)
Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent 7ebe786 commit 2a3917a

File tree

1 file changed

+39
-8
lines changed

1 file changed

+39
-8
lines changed
Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,65 @@
11
The following was generated to be added to your application.
22

3+
## api-gw recommendations:
4+
5+
6+
### Sops:
7+
8+
- AWSResilienceHub-UpdateRestApiGwVersionSOP_2020-10-26
9+
- Description: The document accepts given deployment id and applies it on the given stage. If deployment id is not set,
10+
the script tries to find previous deployment (by creation date) and applies it on the stage.
11+
- Relevant Resource Ids: qpp5m03en4
12+
- AWSResilienceHub-ChangeRestApiGwQuotaLimitSOP_2020-10-26
13+
- Description: Change Quota Limit
14+
- Relevant Resource Ids: qpp5m03en4
15+
---
16+
317
## dynamodb recommendations:
418

519

620
### Sops:
721

822
- AWSResilienceHub-RestoreDynamoDBTableToPointInTimeSOP_2020-04-01
923
- Description: Used to restore Dynamodb to a specific point in time.
10-
- Relevant Resource Ids: global-table
24+
- Relevant Resource Ids: arn:aws:dynamodb:eu-central-1:172017021075:table/global-table, arn:aws:dynamodb:eu-west-1:172017021075:table/global-table
1125
---
1226

1327
## lambda recommendations:
1428

1529

1630
### Sops:
1731

32+
- AWSResilienceHub-SwitchLambdaVersionInAliasSOP_2020-10-26
33+
- Description: Switch Alias of Lambda functions to another version
34+
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:audittest, arn:aws:lambda:eu-central-1:172017021075:function:audittest
35+
- AWSResilienceHub-ChangeLambdaConcurrencyLimitSOP_2020-10-26
36+
- Description: Test Lambda behavior when hitting ReservedConcurrentExecutions value
37+
- Prerequisite: Make sure that there is enough unreserved concurrency available, otherwise operation will fail (see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html" target="_blank">docs</a>)
38+
- Relevant Resource Ids: arn:aws:lambda:eu-central-1:172017021075:function:audittest, arn:aws:lambda:eu-west-1:172017021075:function:audittest
39+
- AWSResilienceHub-ChangeLambdaExecutionTimeLimitSOP_2020-10-26
40+
- Description: Change execution time limit
41+
- Relevant Resource Ids: arn:aws:lambda:eu-central-1:172017021075:function:database, arn:aws:lambda:eu-west-1:172017021075:function:database
1842
- AWSResilienceHub-ChangeLambdaMemorySizeSOP_2020-10-26
1943
- Description: Change Memory size
20-
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:audittest
44+
- Relevant Resource Ids: arn:aws:lambda:eu-central-1:172017021075:function:audittest, arn:aws:lambda:eu-west-1:172017021075:function:audittest
2145
- AWSResilienceHub-ChangeLambdaExecutionTimeLimitSOP_2020-10-26
2246
- Description: Change execution time limit
23-
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:audittest
24-
- AWSResilienceHub-SwitchLambdaVersionInAliasSOP_2020-10-26
25-
- Description: Switch Alias of Lambda functions to another version
26-
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:audittest
47+
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:audittest, arn:aws:lambda:eu-central-1:172017021075:function:audittest
48+
- AWSResilienceHub-ChangeLambdaProvisionedConcurrencySOP_2020-10-26
49+
- Description: Change Provisioned Concurrency
50+
- Prerequisite: Make sure that there is enough unreserved concurrency available, otherwise operation will fail (see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html" target="_blank">docs</a>)
51+
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:database, arn:aws:lambda:eu-central-1:172017021075:function:database
2752
- AWSResilienceHub-ChangeLambdaConcurrencyLimitSOP_2020-10-26
2853
- Description: Test Lambda behavior when hitting ReservedConcurrentExecutions value
2954
- Prerequisite: Make sure that there is enough unreserved concurrency available, otherwise operation will fail (see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html" target="_blank">docs</a>)
30-
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:audittest
55+
- Relevant Resource Ids: arn:aws:lambda:eu-central-1:172017021075:function:database, arn:aws:lambda:eu-west-1:172017021075:function:database
3156
- AWSResilienceHub-ChangeLambdaProvisionedConcurrencySOP_2020-10-26
3257
- Description: Change Provisioned Concurrency
3358
- Prerequisite: Make sure that there is enough unreserved concurrency available, otherwise operation will fail (see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html" target="_blank">docs</a>)
34-
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:audittest
59+
- Relevant Resource Ids: arn:aws:lambda:eu-central-1:172017021075:function:audittest, arn:aws:lambda:eu-west-1:172017021075:function:audittest
60+
- AWSResilienceHub-ChangeLambdaMemorySizeSOP_2020-10-26
61+
- Description: Change Memory size
62+
- Relevant Resource Ids: arn:aws:lambda:eu-central-1:172017021075:function:database, arn:aws:lambda:eu-west-1:172017021075:function:database
63+
- AWSResilienceHub-SwitchLambdaVersionInAliasSOP_2020-10-26
64+
- Description: Switch Alias of Lambda functions to another version
65+
- Relevant Resource Ids: arn:aws:lambda:eu-west-1:172017021075:function:database, arn:aws:lambda:eu-central-1:172017021075:function:database

0 commit comments

Comments
 (0)