Skip to content

Commit a3968c9

Browse files
committed
Merge branch 'defineApi_construct' of https://github.com/bennettsf/amplify-backend into lambda-change-resource-provider
2 parents dba8408 + e16ea47 commit a3968c9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.

.eslint_dictionary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"argv",
1919
"arn",
2020
"arns",
21+
"authorizer",
2122
"aws",
2223
"backends",
2324
"birthdate",

packages/rest-api-construct/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@aws-amplify/rest-api-construct",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"type": "module",
5+
"main": "lib/index.js",
56
"publishConfig": {
67
"access": "public"
78
},
@@ -18,7 +19,7 @@
1819
},
1920
"license": "Apache-2.0",
2021
"peerDependencies": {
21-
"aws-cdk-lib": "^2.158.0",
22+
"aws-cdk-lib": "^2.189.0",
2223
"constructs": "^10.0.0"
2324
},
2425
"dependencies": {

0 commit comments

Comments
 (0)