aws-lambda
Here are 7,444 public repositories matching this topic...
-
Updated
Feb 23, 2022 - Python
-
Updated
Jul 17, 2022 - Python
-
Updated
Jun 27, 2022 - Go
-
Updated
Jul 16, 2022 - Shell
Version
5.29.0
Operating System
/
Browser
/
What steps will reproduce the bug?
Just try issuing the following mutation, and you should be able to see the error message on the right:
What is the expected behavior?
We
-
Updated
Jul 17, 2022 - JavaScript
-
Updated
Jul 16, 2022 - JavaScript
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Jul 17, 2022 - Python
-
Updated
May 17, 2022 - JavaScript
-
Updated
Jul 13, 2022 - JavaScript
-
Updated
Jun 19, 2022 - JavaScript
Issue Summary
Building with serverless
results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
Jul 17, 2022 - JavaScript
-
Updated
Jul 17, 2022 - Python
-
Updated
Dec 24, 2021
-
Updated
Jun 22, 2022 - TypeScript
-
Updated
Jul 7, 2022 - JavaScript
Is this feature request related to a new or existing Amplify category?
New category
Is this related to another service?
No response
Describe the feature you'd like to request
Support a path
argument on amplify plugin add
to simplify command:
amplify plugin add --path $(pnpm root -g)/amplify-graphql-seed-plugin
Currently we need to first capture the absolute path, and
If we override PHP_INI_SCAN_DIR
then the "special php.ini" files will not be used.
Ie: https://github.com/brefphp/bref/blob/0.5.9/runtime/layers/fpm/php.ini
Hi,
I wanted to enable binary support on API gateway, but could not find the way to do it via component's inputs
.
Is this something that you would consider adding in the future?
If so, I can try to add this feature. It doesn't look too complicated.
Thanks!
-
Updated
May 11, 2022 - JavaScript
Currently, the InvalidationWatcher
handles one event at a time. When thousands of files have changed (such as after a branch switch), this can lag behind by seconds to minutes (as observed by watching .pants.d/pants.log
: particularly in debug mode).
To handle multi
-
Updated
Jul 7, 2022 - Go
Current behavior (how does the issue manifest):
The lambda invoke activity returns a value
object which includes the payload and the []byte serialized response. This really has no real purpose and causes confusion between the unmarshaled payload in the return param result
.
Expected behavior:
Remove the value
param, as both the unmarshaled payload and the status are both returne
Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environment variables, the CLI, the current settings file, and any mix of those.
The order of precedence with mixed should be CLI -> environment -> config file.
If
Out of scope during Twitch Series but a nice to have feature that can be implemented
Booking is not currently using Subscription, and it could be done by leveraging parametrized Subscriptions.
Tasks to complete in order to implement this feature:
- Modify
onUpdateBooking
Subscription to includecustomer
andstatus
- Implement
onUpdateBooking
subscription in the Fron
Improve this page
Add a description, image, and links to the aws-lambda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-lambda topic, visit your repo's landing page and select "manage topics."
Is there an existing issue for this?
Use case description
Currently, we have websocket-related properties configured directly on
provider
level:provider.websocketsApiName
provider.websocketsApiRouteSelectionExpression
provider.websocketsDescription
This is not consistent with how
iam
,httpApi
or