serverless-framework
Here are 1,855 public repositories matching this topic...
-
Updated
Feb 23, 2022 - Python
-
Updated
May 18, 2022 - JavaScript
-
Updated
May 18, 2022 - Python
-
Updated
May 24, 2022 - TypeScript
-
Updated
May 24, 2022 - TypeScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 24, 2022 - SCSS
Issue Summary
Building with serverless
results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
May 23, 2022 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
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
Oct 29, 2021
-
Updated
Apr 26, 2022
-
Updated
Jul 17, 2020 - HTML
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
I'm submitting a...
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or request
In package
[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[x] @ng-toolkit/universal
[ ] @ng-toolkit/pwa
[ ] @ng-toolkit/f
在CD环境下,不检测更新逻辑
-
Updated
May 10, 2022 - JavaScript
Hi everyone,
I'm building Saas app model where each client should have their own API_KEY specified expiry dateTime as additional authorization method (AWS Cognito User Pool is used by default authorization).
I can see we have one field API_Key but have no idea how appsync works out on selecting specifically which API_KEY corresponding for each clients.
Another scenario using API_Key as
synk report issue
Description
We are synk (https://snyk.io/) for checking used packages.
Synk is complaining about a security issue for serverless-step-functions.
https://snyk.io/vuln/SNYK-JS-DOTPROP-543489
Additional Data
- Serverless Framework Core Version you're using: 1.64.1
- The Plugin Version you're using: 2.17.1
- Operating System: macOS Majove 10.14
JSON support
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
May 16, 2022 - TypeScript
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
May 24, 2022 - TypeScript
-
Updated
Jan 18, 2020 - JavaScript
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Apr 29, 2022 - JavaScript
Improve this page
Add a description, image, and links to the serverless-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serverless-framework 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