Commit 3757cd0
authored
Release API plugin (#3476)
<!--
Please make sure to read the Pull Request Guidelines:
https://github.com/aws-amplify/amplify-cli/blob/master/CONTRIBUTING.md#pull-requests
-->
#### Description of changes
<!--
Thank you for your Pull Request! Please provide a description above and
review
the requirements below.
-->
##### CDK / CloudFormation Parameters Changed
<!--
Please list any changes to the CDK/CFN params, with a link to references
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
e.g.
* Conditionally added support for `Code` based AppSync Functions:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-code
* Conditionally added support for `Code` based AppSync Resolvers:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-code
-->
#### Issue #, if available
<!-- Also, please reference any associated PRs for documentation
updates. -->
#### Description of how you validated changes
#### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to
[x]. -->
- [ ] PR description included
- [ ] `yarn test` passes
- [ ] E2E test run linked
- [ ] Tests are [changed or
added](https://github.com/aws-amplify/amplify-cli/blob/master/CONTRIBUTING.md#tests)
- [ ] Relevant documentation is changed or added (and PR referenced)
- [ ] New AWS SDK calls or CloudFormation actions have been added to
relevant test and service IAM policies
- [ ] Any CDK or CloudFormation parameter changes are called out
explicitly
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.53 files changed
Lines changed: 3013 additions & 2282 deletions
File tree
- .agent-docs
- codebuild_specs
- packages
- amplify-data-construct
- amplify-e2e-core
- src
- categories
- configure
- amplify-e2e-tests
- amplify-graphql-api-construct-tests/src/__tests__/backends
- add-resources
- admin-role
- all-auth-modes
- amplify-table
- blog-hasmany-posts
- addSortKeyFields
- canary
- rate-limit
- createTableTtl
- updateTableTtl
- disabled
- enabled
- simple-todo
- attributeTypeChange
- sandboxAndDestructiveUpdate
- bothEnabled
- disableSandbox
- updateIndex
- updateKeySchema
- disabled
- enabled
- base-cdk
- configurable-stack
- custom-logic
- custom-query-mutation-extension
- data-construct
- ddb-iam-access
- gsi-projection-type
- all
- include
- keys-only
- log-config
- managed-table-testbench
- relationships
- sql-configurable-stack
- sql-iam-access
- validate-transformer
- amplify-graphql-api-construct
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | 143 | | |
153 | 144 | | |
154 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | 194 | | |
205 | 195 | | |
206 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | 143 | | |
153 | 144 | | |
154 | 145 | | |
| |||
0 commit comments