Skip to content

Commit

Permalink
Merge branch 'main' into add-ephemeral-storage-size
Browse files Browse the repository at this point in the history
  • Loading branch information
fossamagna committed Dec 12, 2024
2 parents b30ad27 + 560878f commit b3b15d4
Show file tree
Hide file tree
Showing 133 changed files with 3,273 additions and 529 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-ghosts-wave.md

This file was deleted.

8 changes: 8 additions & 0 deletions .changeset/few-candles-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@aws-amplify/deployed-backend-client': minor
'@aws-amplify/model-generator': patch
'@aws-amplify/client-config': patch
'@aws-amplify/backend-cli': patch
---

update detection of BackendOutputClientErrors
8 changes: 0 additions & 8 deletions .changeset/forty-bulldogs-end.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/great-mugs-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/sandbox': patch
---

do not stream function logs if stack does not exist
2 changes: 2 additions & 0 deletions .changeset/loud-dots-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
20 changes: 0 additions & 20 deletions .changeset/new-rings-suffer.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/poor-moons-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-phones-attend.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changeset/silent-files-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@aws-amplify/backend-function': minor
'@aws-amplify/backend': minor
---

updates layer to also use layername:version
2 changes: 2 additions & 0 deletions .eslint_dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
"homedir",
"hotfix",
"hotswap",
"hotswappable",
"hotswapped",
"hotswapping",
"iamv2",
"identitypool",
"idps",
Expand Down
12 changes: 12 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@

# GitHub actions/checks approval
/.github/ @aws-amplify/amplify-backend-admins

# Packages used by console team.
/packages/backend-secret @aws-amplify/amplify-backend @aws-amplify/amplify-studio-uibuilder
# API.md change always has related code change. Both teams are notified, but API approval by backend team is mandatory this way.
/packages/backend-secret/API.md @aws-amplify/amplify-backend-api-approvers
/packages/backend-secret/package.json @aws-amplify/amplify-backend-api-approvers @aws-amplify/amplify-studio-uibuilder
/packages/client-config @aws-amplify/amplify-backend @aws-amplify/amplify-studio-uibuilder
/packages/client-config/API.md @aws-amplify/amplify-backend-api-approvers
/packages/client-config/package.json @aws-amplify/amplify-backend-api-approvers @aws-amplify/amplify-studio-uibuilder
/packages/deployed-backend-client @aws-amplify/amplify-backend @aws-amplify/amplify-studio-uibuilder
/packages/deployed-backend-client/API.md @aws-amplify/amplify-backend-api-approvers
/packages/deployed-backend-client/package.json @aws-amplify/amplify-backend-api-approvers @aws-amplify/amplify-studio-uibuilder
5 changes: 5 additions & 0 deletions .github/workflows/health_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ on:
- cron: '0 0,6,12,18 * * *'
workflow_dispatch:

env:
# Health checks can run on un-released code. Often work in progress.
# Disable data from there.
AMPLIFY_DISABLE_TELEMETRY: true

jobs:
install:
strategy:
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ At a minimum, each package needs:
6. An `.npmignore` file
7. A `README.md` file that gives a brief description of the intent of the package

## Debugging

For debugging purposes you can use the following knobs:

1. Most of `npx ampx` commands take `--debug` parameter. It enables verbose console output.
2. We are using `execa` for spawning child processes. You can set `export NODE_DEBUG=execa` to reveal exact command lines.

## Licensing

See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a href="https://docs.amplify.aws/" target="_blank">
<img alt="Amplify logo" src="https://docs.amplify.aws/assets/icon/favicon-purple-64x64.png">
</a>

# AWS Amplify Gen 2 Backend

This next generation of Amplify’s backend building experience lets you author your frontend and backend definition completely with TypeScript, a file convention, and Git branch-based environments. To learn more, visit [AWS Amplify Gen 2](https://docs.amplify.aws).
Expand Down
Loading

0 comments on commit b3b15d4

Please sign in to comment.