serverless-framework
Here are 1,455 public repositories matching this topic...
-
Updated
Feb 20, 2021 - Python
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
Feb 22, 2021 - Python
-
Updated
Feb 21, 2021 - TypeScript
-
Updated
Feb 21, 2021 - TypeScript
-
Updated
Feb 19, 2021 - SCSS
-
Updated
Feb 20, 2021 - 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 1, 2020
Is your feature request related to a problem? Please describe.
Currently both lambdas can only have the same arn role (if set). However it would be better to follow the same approach that there is for the name field
roleArn:
defaultLambda: arn
apiLambda: arn
The reason I say this is because I wouldn't want to give the defaultLambda access to the database.
-
Updated
Jul 17, 2020 - HTML
-
Updated
Feb 17, 2021
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
-
Updated
Feb 17, 2021 - 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
Oct 16, 2020 - JavaScript
-
Updated
Feb 12, 2021 - TypeScript
-
Updated
Jan 12, 2021 - TypeScript
-
Updated
Jan 18, 2020 - JavaScript
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Feb 9, 2021 - TypeScript
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Jan 1, 2021 - JavaScript
-
Updated
Jun 24, 2018 - Shell
This is a (Bug Report / Feature Proposal)
This is more of a question, and not sure if this is intended.
Description
My api name has dashes in it, however because it's named "api-name-v1-this-is-the-function-name", the package updates the name for the cloudwatch alert to replace it as apiDashnameDashv1DashthisDashisDashtheDashfunctionDashname
Is there a way to disable this, or what is
-
Updated
Dec 12, 2020 - Go
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Feb 22, 2021 - Java
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."


The AWS Cognito have an
EnabledMfasoption and it must not exist in config ifMfaConfigurationis OFF. So I need to remove it from resource config by setingEnabledMfas = null (or undefined)serverless.yml