Skip to content

Commit 1dabcd9

Browse files
committed
docs: complete required resources section
1 parent 58258cd commit 1dabcd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/utilities/feature_flags.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Your Lambda function must have `appconfig:GetConfiguration` IAM permission in or
3939

4040
### Required resources
4141

42-
By default, this utility
43-
provides [AWS AppConfig](https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html) as a
44-
configuration store. To create a dedicate you can use this cloudformation template:
42+
By default, this utility provides [AWS AppConfig](https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html) as a configuration store.
43+
44+
The following sample infrastructure will be used throughout this documentation:
4545

4646
=== "template.yaml"
4747

48-
```yaml
48+
```yaml hl_lines="5 11 18 25 31-50 54"
4949
AWSTemplateFormatVersion: "2010-09-09"
50-
Description: A sample template
50+
Description: Lambda Powertools Feature flags sample template
5151
Resources:
5252
FeatureStoreApp:
5353
Type: AWS::AppConfig::Application
@@ -110,7 +110,7 @@ configuration store. To create a dedicate you can use this cloudformation templa
110110

111111
=== "CDK"
112112

113-
```typescript
113+
```typescript hl_lines="2-7 13-32 34-35 40 47 54"
114114
import * as cdk from '@aws-cdk/core';
115115
import {
116116
CfnApplication,

0 commit comments

Comments
 (0)