amplify-backend
amplify-backend copied to clipboard
Home to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS
## Changes Add the ability to schedule functions: - Natural language - starts with `every` then the rest is based on the unit of time - Minutes and Hours -...
### Environment information ```plain text amplify hosting. ``` ### Description I created a lambda function with a url. It'd be nice if the URL was also listed without having to...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? v20.9.0 ### Amplify CLI Version 12.10.0 ### What operating system are...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
### Environment information ```plain text System: OS: macOS 14.4.1 CPU: (8) x64 Apple M1 Memory: 74.03 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 20.11.1 - ~/.nvm/versions/node/v20.11.1/bin/node Yarn: 1.22.4 -...
We should define and document our public contract. So that customers know how our public surface is evolved and for us to guide that evolution. We should define and publish:...
Follow up from https://github.com/aws-amplify/amplify-backend/pull/1522#discussion_r1602260376 . We should pick one of solutions discussed in that PR and cache SSM client. If we choose global symbol then we should first address https://github.com/aws-amplify/amplify-backend/issues/1524...
## Changes Add support for streaming function logs in sandbox * CLI * Default to disabled with an explicit opt-in `--stream-function-logs` * Allow customers to specify a list of function...
### Environment information ```plain text Sorry I don't know where I should run this code. ``` ### Description I had multiple next.js apps that were hosted in Amplify Gen 1....