OpenFaaS - Serverless Functions Made Simple
-
Updated
Jul 27, 2021 - Go
{{ message }}
OpenFaaS - Serverless Functions Made Simple
Serverless Python
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
Python Serverless Microframework for AWS
AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
this will very quickly get out of hand if we allow it, i realize we don't have principles written down anywhere but to date one of them has been that binaries 'just work' without having to do any configuration. currently a user must set FN_MAX_REQUEST_SIZE, FN_MAX_RESPONSE_SIZE -- neither of these should be required to run.
test case:
cd tests/fn-system-tests/
go test -v
this
When a page is created in Page Builder, the list of pages should correctly show the Created by label, showing the author of the page.
The label says N/A.
The API call however, returns the data correctly:
![image]
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
OAuth Proxy
Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
IronFunctions - the serverless microservices platform by
Repository for BLESS, an SSH Certificate Authority that runs as a AWS Lambda function
Is your feature request related to a problem? Please describe.
Yarn packages aren't being cached on e2e tests and build workflows
Describe the solution you'd like
Add caching for npm packages and Cypress (except @sls-next packages) so that workflows will be faster to run
Describe alternatives you've considered
N/A, it will help improve CI workflow speed
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
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
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!
包含一些常用的操作类,大都是静态类,加密解密,反射操作,Excel简单导出,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展等常用封装。任何性质的外包公司或996公司需要使用本类库,请联系作者进行商业授权,版权所有,违者必究!
Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
When creating an AWS Lambda function with a custom IAM Policy cloudformation seems to fail to create/update the function.
In my case I have the following policy added the following:
class MyController < ApplicationController
iam_policy(
version: "2012-10-17",
statement: [{
action: ["s3:GetObject",
Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):
Email marketing platform for bulk emailing via Amazon SES (Google Cloud Platform and Azure coming soon)
Java 8 for all of us
Add a description, image, and links to the lambda topic page so that developers can more easily learn about it.
To associate your repository with the lambda topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ