aws-lambda
Here are 7,395 public repositories matching this topic...
-
Updated
Feb 23, 2022 - Python
-
Updated
Jun 25, 2022 - Python
-
Updated
Jun 27, 2022 - Go
-
Updated
Jun 3, 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 6, 2022 - JavaScript
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
May 17, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Python
-
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
Jun 30, 2022 - JavaScript
-
Updated
Dec 24, 2021
-
Updated
Jul 7, 2022 - Python
-
Updated
Jul 8, 2022 - JavaScript
-
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
With Python, we support setting env variables two ways:
[test].extra_env_vars
- the
extra_env_vars
field
Neither is hooked up for Go, which is pure oversight.
Hook up [test].extra_env_vars
- Request
TestExtraEnv
in the@rule
signature
-
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
-
Updated
Apr 26, 2022
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