Skip to content

Commit 650d73a

Browse files
authored
Merge branch 'main' into aws-sns_modify-integ-test
2 parents 3476666 + 99e9589 commit 650d73a

15 files changed

Lines changed: 90 additions & 37 deletions

File tree

.github/workflows/repo-metrics-monthly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
3131
3232
- name: Report on issues
33-
uses: github/issue-metrics@v2
33+
uses: github/issue-metrics@v3
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
SEARCH_QUERY: 'repo:aws/aws-cdk is:issue created:${{ env.last_month }} -reason:"not planned"'
@@ -44,7 +44,7 @@ jobs:
4444
assignees: evgenyka
4545

4646
- name: Report on PRs
47-
uses: github/issue-metrics@v2
47+
uses: github/issue-metrics@v3
4848
env:
4949
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
SEARCH_QUERY: 'repo:aws/aws-cdk is:pr created:${{ env.last_month }} -is:draft'

.github/workflows/repo-metrics-weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "last_week=$PREVIOUS_MONDAY..$CURRENT_SUNDAY" >> "$GITHUB_ENV"
3131
3232
- name: Report on issues
33-
uses: github/issue-metrics@v2
33+
uses: github/issue-metrics@v3
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
SEARCH_QUERY: 'repo:aws/aws-cdk is:issue created:${{ env.last_week }} -reason:"not planned"'
@@ -44,7 +44,7 @@ jobs:
4444
assignees: paulhcsun
4545

4646
- name: Report on PRs
47-
uses: github/issue-metrics@v2
47+
uses: github/issue-metrics@v3
4848
env:
4949
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
SEARCH_QUERY: 'repo:aws/aws-cdk is:pr created:${{ env.last_week }} -is:draft'

.github/workflows/request-cli-integ-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020
- name: Find changed cli files
2121
id: changed-cli-files
22-
uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834
22+
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
2323
with:
2424
base_sha: ${{ github.event.pull_request.base.sha }}
2525
files_yaml: |

CONTRIBUTORS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ Shout out to our top contributors!
1313
- [otaviomacedo](https://github.com/otaviomacedo)
1414
- [mrgrain](https://github.com/mrgrain)
1515
- [madeline-k](https://github.com/madeline-k)
16-
- [NetaNir](https://github.com/NetaNir)
1716
- [comcalvi](https://github.com/comcalvi)
17+
- [NetaNir](https://github.com/NetaNir)
1818
- [robertd](https://github.com/robertd)
1919
- [pahud](https://github.com/pahud)
20-
- [MrArnoldPalmer](https://github.com/MrArnoldPalmer)
2120
- [TheRealAmazonKendra](https://github.com/TheRealAmazonKendra)
21+
- [MrArnoldPalmer](https://github.com/MrArnoldPalmer)
2222
- [lpizzinidev](https://github.com/lpizzinidev)
2323
- [peterwoodworth](https://github.com/peterwoodworth)
2424
- [go-to-k](https://github.com/go-to-k)
2525
- [colifran](https://github.com/colifran)
2626
- [nija-at](https://github.com/nija-at)
2727
- [hoegertn](https://github.com/hoegertn)
28+
- [msambol](https://github.com/msambol)
2829
- [watany-dev](https://github.com/watany-dev)
29-
- [jumic](https://github.com/jumic)
3030

3131

32-
_Last updated: Fri, 01 Mar 24 00:09:32 +0000_
32+
_Last updated: Mon, 01 Apr 24 00:09:41 +0000_

packages/@aws-cdk/cloudformation-diff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@aws-cdk/aws-service-spec": "^0.0.60",
27-
"@aws-cdk/service-spec-types": "^0.0.60",
26+
"@aws-cdk/aws-service-spec": "^0.0.61",
27+
"@aws-cdk/service-spec-types": "^0.0.61",
2828
"aws-sdk": "2.1586.0",
2929
"chalk": "^4",
3030
"diff": "^5.2.0",

packages/@aws-cdk/integ-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@aws-cdk/cloud-assembly-schema": "0.0.0",
7575
"@aws-cdk/cloudformation-diff": "0.0.0",
7676
"@aws-cdk/cx-api": "0.0.0",
77-
"@aws-cdk/aws-service-spec": "^0.0.60",
77+
"@aws-cdk/aws-service-spec": "^0.0.61",
7878
"cdk-assets": "0.0.0",
7979
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
8080
"aws-cdk": "0.0.0",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"targets": {
3+
"java": {
4+
"package": "software.amazon.awscdk.services.securitylake"
5+
},
6+
"dotnet": {
7+
"package": "Amazon.CDK.AWS.SecurityLake"
8+
},
9+
"python": {
10+
"module": "aws_cdk.aws_securitylake"
11+
}
12+
}
13+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# AWS::SecurityLake Construct Library
2+
<!--BEGIN STABILITY BANNER-->
3+
4+
---
5+
6+
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
7+
8+
> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
9+
>
10+
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
11+
12+
---
13+
14+
<!--END STABILITY BANNER-->
15+
16+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
17+
18+
```ts nofixture
19+
import * as securitylake from 'aws-cdk-lib/aws-securitylake';
20+
```
21+
22+
<!--BEGIN CFNONLY DISCLAIMER-->
23+
24+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
25+
26+
- Search [Construct Hub for SecurityLake construct libraries](https://constructs.dev/search?q=securitylake)
27+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::SecurityLake resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_SecurityLake.html) directly.
28+
29+
30+
<!--BEGIN CFNONLY DISCLAIMER-->
31+
32+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
33+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
34+
35+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::SecurityLake](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_SecurityLake.html).
36+
37+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
38+
39+
<!--END CFNONLY DISCLAIMER-->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './lib';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// AWS::SecurityLake Cloudformation Resources
2+
export * from './securitylake.generated';

0 commit comments

Comments
 (0)