Skip to content

Commit

Permalink
Add a README snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Feb 3, 2024
1 parent ad1cf96 commit c493faa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ This payload can be recognised by the [`isLambdaHook`] runtime helper.
[access these resources]: https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_attribute-based-access-control.html
[all at once]: https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html#deployment-configurations-predefined-lambda
[`isLambdaHook`]: ../hooks/README.md#islambdahook

### Lambda function (Serverless)

Install [@seek/aws-codedeploy-serverless-plugin],
then in a `serverless.yml`:

```diff
+ plugins:
+ - @seek/aws-codedeploy-serverless-plugin
```

[@seek/aws-codedeploy-serverless-plugin]: ../serverless-plugin/README.md

0 comments on commit c493faa

Please sign in to comment.