serverless-framework
Here are 1,223 public repositories matching this topic...
The README at https://github.com/Miserlou/Zappa#custom-aws-iam-roles-and-policies-for-execution talks about using manage_roles: false to manually set a role for custom permissions.
This along with Miserlou/Zappa#244 led me down a rabbit hole.
However, if all you want to do is restrict the permissions of the Lambda itself, it seems that the partially documented `at
Clarify the readme?
I tried to install the dotnet example using:
install -u https://github.com/serverless/examples/tree/master/aws-dotnet-rest-api-with-dynamodb -n dotnet_example
but it responds with:
Serverless Error ---------------------------------------
serverless.yml not found in .../dotnet_example
So I think the "-n my-project" in the README is perhaps not what is actually needed he
Hello,
Thanks for the job you've done! Chalice is the very easy framework for newcomers and flask developers.
I've been learning the framework only for 2 weeks and regularly getting errors related with aws policies. The official content about the policies is minimal. And auto-policy can't do this job by the right way if you want to add more than just a 'hello world' function.
Run **chalice
Serverless Stack tutorial showing use of Angular instead of React, with hosting in AWS using serverless-s3-sync instead of netlify for a purely AWS services based development stack experience ?
Any plans for that?
If not, I'm willing to contribute, as I have certain degree of experience with it.
I find the issue can not get context in service when injecting service into middleware, but i can not find any description in the docs. Is it a bug?
@provide()
export class ApiMiddleware implements WebMiddleware {
@inject("baseService")
baseService: BaseService
resolve() {
return async (ctx: Context, next: () => Promise<any>) => {
console.log(this.baseService) inject无法注入
I'm trying to follow the quick guide, I've done these steps:
serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/awsexport AWS_PROFILE=serverlessnpm run deploy
However at point 3, I'm not in the right folder am I?
If I cd aws and the run npm run deploy I get an error:
Serverless Error ---------------
DEPRECATED: Curated list of resources related to serverless computing and serverless architectures.
-
Updated
Jan 6, 2020
A great, simple and cheap use case for a component is a URL shortener that might just only require API Gateway proxies with a custom domain name. Lambda & DynamoDB wouldn't be required here.
shortner:
component: @serverless/url-shortner
inputs:
domain: sls.io
urls:
# You could provide a custom path => sls.io/NewRelease
- name: NewRelease
url: httServerless 架构应用开发指南 - Serverless Architecture Application Development Guide with Serverless Framework.
-
Updated
Mar 3, 2020 - HTML
λ A curated list of awesome AWS Lambda Layers.
-
Updated
Jul 6, 2020
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
sls remove does not remove the S3 bucket.
When I do sls deploy again, it throws BucketName already exists.
Is there a plugin to support Step Functions in offline mode?
This would require an implementation of State Machine which is described by Amazon States Language.
For starters it would
Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname
LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },
is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s
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
I get the following in my console:
added 901 packages from 528 contributors and audited 23650 packages in 264.328s
found 364 vulnerabilities (44 low, 309 moderate, 11 high)
run `npm audit fix` to fix them, or `npm audit` for details
When I run npm audit I get this
=== npm audit security report ===
# Run npm install --save-dev jest@24.7.1 to resolve 136 vulnerabili
Typescript 3 supports references:
- https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/#project-references
- https://github.com/Soul-Master/typescript3-composite-project
Does this plugin respect references and include dependencies from depended upon packages in a mono repo?
Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.
-
Updated
Jan 18, 2020 - JavaScript
Here are 3 sequence diagrams of how this works, that you can plug into https://www.websequencediagrams.com/ when you are making slides or whatever.
title Authentication
Browser->Sign In: Initial request
Sign In -> Facebook: Redirect
note over Facebook: Approve login
Facebook -> Callback: Redirect
Callback -> FaunaDB: Find or create user
FaunaDB -> Callback: Database secret for user
-
Updated
Jun 13, 2020 - JavaScript
I would love to see a tutorial on how to do per function IAM role to added to the website.
This https://serverless.com/framework/docs/providers/aws/guide/iam/#custom-iam-roles but explained in a much better way :)
We should update the main API reference page:
- Include links to latest release API references
- Include links to past releases of API references
- Use same UI as skygear-JS-SDK
Dashboards cost real money beyond a small free tier : https://aws.amazon.com/cloudwatch/pricing/
It would be good to have alerts in all stages, but the dashboard only in live/prod (not dev,stage).
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
-
Updated
Jun 2, 2020 - JavaScript
Contribute Code Anonymously
-
Updated
Jun 7, 2020 - Python
The descriptions for these sub-projects are missing descriptions in both the root README.md as well as their respective readme files
-
Updated
Jul 2, 2020 - TypeScript
AWS Lambda Go functions using Serverless Framework and Python shim
-
Updated
Oct 20, 2019 - Go
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."


I have created a serverless project for python on AWS, which works fine... until I try to re-use the project directly after checkout. Any CLI command exits with the following error: