Skip to content

Commit 02bb534

Browse files
committed
new chageset, update package to 1.0.0, and updated peer dependencies
1 parent 32361a4 commit 02bb534

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/lucky-terms-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/rest-api-construct': major
3+
---
4+
5+
This construct enables developers to configure API Gateway REST endpoints with Lambda integration and path/method-level auth (including Cognito User Pools and user groups). Supports route definition via a simple props interface.

packages/rest-api-construct/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/rest-api-construct",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -18,7 +18,7 @@
1818
},
1919
"license": "Apache-2.0",
2020
"peerDependencies": {
21-
"aws-cdk-lib": "^2.158.0",
21+
"aws-cdk-lib": "^2.189.0",
2222
"constructs": "^10.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)