All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.77.16 (2021-06-15)
1.77.15 (2021-05-09)
1.77.14 (2021-05-08)
1.77.13 (2021-05-03)
1.77.12 (2021-03-28)
1.77.11 (2021-03-28)
1.77.10 (2021-03-05)
1.77.9 (2021-02-16)
- Adding in OIDC support to the transformer config and a test to the schema (#139) (4b1ce38), closes #135
1.77.8 (2021-02-03)
1.77.7 (2021-01-09)
1.77.6 (2021-01-07)
1.77.5 (2021-01-07)
1.77.4 (2020-12-29)
- added a convenience method for adding lambda datasource and resolvers
- added much needed type safety
- added in additional unit tests
- upgraded some packages
- makes FUNCTION_RESOLVERS output a map of function names with an array of resolvers for ease of use
- renamed a lot of interfaces to use camelCase to satisfy jsii
- Bump cdk version to 1.71.0 (34720a4)
- Upgrading to 1.65.0 of the CDK
- Upgrading to 1.64.0 of the CDK
- Configured by projen now
- Pinning AWS CDK version to 1.63.0
- Fixed a bug with @key directive where it wouldn't properly create resolvers when the @key had a custom query field
- Cleaned up the way resolvers are mapped to tables
- Updating for changes to CDK v1.63+
- Adding in experimental support for function directives. See README for details.
- Fixed circular reference with the nested stack
- Changed scope of the
appsyncGraphQLEndpointOutput
to correctly be the main stack
- Initial release