You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,13 @@ The `cdk diff` command can be used to preview changes before deployment. This wi
46
46
You can use [`npm link`](https://docs.npmjs.com/cli/v10/commands/npm-link) to develop with a local copy of this repo.
47
47
48
48
### In this library repo:
49
+
49
50
```bash
50
51
npm install
51
52
```
52
53
53
54
### In your-project folder:
55
+
54
56
```bash
55
57
npm install
56
58
npm link ../aws4embeddedlinux-ci
@@ -65,7 +67,6 @@ or [set a node prefix](https://docs.npmjs.com/resolving-eacces-permissions-error
65
67
- When using AWS Cloud9 a micro instance type will run out of memory.
66
68
- Deletion of stacks while a CodePipeline is running can lead to unexpected failures.
67
69
68
-
69
70
## Security
70
71
71
72
See [SECURITY](SECURITY.md) for more information about reporting issues with this project.
@@ -79,10 +80,10 @@ source repos, etc.
79
80
1. Grant access permissions to the CodeBuild pipeline project.
80
81
11. Create a [Policy Statement](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_iam.PolicyStatement.html) which allows `secretsmanager:GetSecretValue` for your secret.
81
82
11. Add this policy statement to the `buildPolicyAdditions` props for the `EmbeddedLinuxPipelineStack`. e.g.
0 commit comments