aws-lambda-api-tools 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -224,24 +224,10 @@ interface RouteArguments {
|
|
|
224
224
|
- Implement proper permission checks
|
|
225
225
|
- Validate all input data
|
|
226
226
|
|
|
227
|
-
## Contributing
|
|
228
|
-
|
|
229
|
-
Contributions are welcome! Please feel free to submit a Pull Request.
|
|
230
|
-
|
|
231
|
-
## License
|
|
232
|
-
|
|
233
|
-
MIT
|
|
234
|
-
|
|
235
227
|
## GitHub Actions IAM Setup
|
|
236
228
|
|
|
237
229
|
This package includes a utility to set up IAM OIDC authentication for GitHub Actions, allowing secure deployments to AWS without storing long-lived credentials.
|
|
238
230
|
|
|
239
|
-
### Installation
|
|
240
|
-
|
|
241
|
-
```bash
|
|
242
|
-
npm install aws-lambda-api-tools
|
|
243
|
-
```
|
|
244
|
-
|
|
245
231
|
### Usage
|
|
246
232
|
|
|
247
233
|
Create or update an IAM stack for GitHub Actions OIDC authentication:
|
|
@@ -329,3 +315,12 @@ You can run the command again with different repositories to update the stack:
|
|
|
329
315
|
- New repositories will be added to the trust policy
|
|
330
316
|
- Existing repositories will remain unchanged
|
|
331
317
|
- The attached policy can be updated by specifying a new --policy value
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
## Contributing
|
|
321
|
+
|
|
322
|
+
Contributions are welcome! Please feel free to submit a Pull Request.
|
|
323
|
+
|
|
324
|
+
## License
|
|
325
|
+
|
|
326
|
+
MIT
|