Serverless
Serverless architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on.
Here are 4,896 public repositories matching this topic...
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }
I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour
Describe the bug
When the elevated database user account does not have permission to create a schema, it cannot establish a connection with an existing database.
But when I provided the root account, I successfully established a connection with the database, but prisma created a schema called prisma.
Look like this:
 from a Windows 10 machine the tarball retains the Windows directory separators '\\', when deployed to Lambda this causes the error "No module named 'django.core.wsgi': ModuleNotFoundError"
Expected Behavior
- tarball should keep Unix directory separators
Actual
AWS Lambda currently supports Node v10.x
Can you please support it.
Niche Guides
Along with the General Guides, it might be helpful to add a niche guide section, which is broken down by AWS service. Happy to issue a PR with some quality tutorials as an example.
I made up a guide to setup Firebase services into a real-world scenario with cutting-edge technologies. I think you could get some insights on DX of your services and how they are used out in the wild (or add it to this examples repository).
Tech used: Quasar (Vue), TypeScript, Jest (unit testing), Firebase Firestore, Cloud Functions, RxFire.
Inside the guide there are some helpers and code ma
Prerequisites
- I am running the latest version. (
up upgrade) - I searched to see if the issue already exists.
- I inspected the verbose debug output with the
-v, --verboseflag. - Are you an Up Pro subscriber?
Description
It would be great to add regex capabilities to redirects like so:
redirects: {
"/folder/:slug(regexhere)": {
"location": "https
Hey Cube.Js team!
I get the following yarn warnings when installing dependencies. Can these be fixed? Thank you.
warning @cubejs-backend/server-core > @cubejs-backend/schema-compiler > joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
warning @cubejs-backe
It'd be very handy to have an example of how you would back out and clean up all the changes the scripts do. an undeploy or uninstall.
I've noticed that my API Gateway deployments from SAM generate a stage called "Stage". It looks like that comes from this snippet of code:
And oddly enough, self.remove_extra_stage is defined to match open_api_version, but only seems to
麻烦指导,谢谢
版本和配置信息
ubuntu@vm-1-10-ubuntu:~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitComCreating a trigger with
@app.on_s3_event(bucket=S3_BUCKET, events=['s3:ObjectCreated:*'], prefix='uploads/*', suffix='.txt')
generates a trigger in a Lambda which does not work. in particular, the problem should be related to the Notification, since from time to time chalice deploy would generate a `PutBucketNotificationConfiguration operation: Unable to validate the following destinati
🌄The Cloud Native Interactive Landscape filters and sorts hundreds of projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.
-
Updated
Dec 28, 2019
https://github.com/kubeless/kubeless/blob/master/docs/runtimes.md
These default container images can be configured via Kubernetes environment variables on the Kubeless controller's deployment container. Or modifying the kubeless-config ConfigMap that is deployed along with the Kubeless controller. For more information about how to modify the Kubeless configuration check this guide.
Apar
[E2E] Fix Makefile to allow 'make test-e2e-all' to work on Windows + Minikube + MinGW + GitBash
Current behavior
Issue: Windows + minikube + MinGW + GitBash + make (gets stuck)
asouza@ASOUZA-DESKTOP MINGW64 /c/Code/dapr/dapr (master)
$ make test-e2e-all
DAPR_TEST_NAMESPACE=dapr-tests DAPR_TEST_TAG=dev DAPR_TEST_REGISTRY=docker.io/artursouza DAPR_TEST_MINIKUBE_IP= go test -v -tags=e2e ./tests/e2e/...Workaround: see how I had to manually run the same command but set t
Currently what HTTP request exactly is used or what HTTP response to invoke a Fission function is nowhere explicitly shown. It would be helpful for debug purposes to show this information when using verbose mode.
For example what curl -svo /dev/null http://example.com/ outputs:
* Trying 93.184.216.34...
* TCP_NODELAY set
* Connected to example.com (93.184.216.34) port 80 (#0)
> GET
Hi,
It would great if there was documentation on the steps taken by sam build. My concrete use case is that I'd like to know how it finds and installs packages for Python Lambda functions so I can figure out the best way to structure my project. More specifically, does it just do a pip install -r and copies the source files or does it build my package with setuptools?
Thanks!
(Edit
Apache source releases should not include compiled files or other binary artifacts.
Our git repo includes binary artifacts as listed below that are used as input to our test suite. We should add support for building these artifacts from source so that it is possible to run the full openwhisk test suite from a pure source release.
tests/dat/actions/helloSwift311.zip: application/zip; ch
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
https://www.pulumi.com/docs/guides/continuous-delivery/github-app/ only lists the following:
- AWS Code Services
- Azure DevOps
- CircleCI
- GitHub Actions
- GitLab CI
- Travis
However, I see support for more CI/CD systems here which should all be listed (unless there's some integration missing?): https://www.pulumi.com/docs/guides/continuous-delivery/
Add a GraphQL mutation that will be used on the Contact Us page and Send Feedback modal dialog. For example:
mutation {
sendMessage(type: FEEDBACK, message: "Hello world!", email: "user@example.com")
}See
src/mutations/SendMessage.jssrc/server/mutations/contact.js
Bonus points for making it work with Firebase reCaptcha.
- Main website searches through sourcecode OR public services
- Dashboard searches through your services
- Docs search through docs
More importantly, almost all widgets look the same.
I think we need consistency here: either give all widgets the same functionality (dropdown for public services, sourcecode, your services, and docs) or change how they look. I think first option is ideal.
Deploy Node.js projects to AWS Lambda and API Gateway easily
-
Updated
Dec 27, 2019 - JavaScript
It sounds strange, but when I copy source code from the documentation and paste it into my IDE I get error messages.
For example, when I click on 'Copy to Clipboard' at https://docs.micronaut.io/1.3.0.M1/guide/index.html#_scheduling_at_a_fixed_rate and paste, I get an error message in IntelliJ and with Gradle-Build the following error message:
'unexpected token: @'
If I delete a hidden
Feature Request:
Add Azure cloud provider support
Acceptance Criteria:
Implement Azure as a provider when importing a project
Benefits:
Expand the deploy capabilities for larger adoption
I think in the documentation for Getting Started with Nuclio on Kubernetes, the URL format for using Docker Hub in the "Create a registry secret" section (refer to screenshot below) should be
registry.hub.docker.com/<user_name>
instead of
docker.io
Using docker.io causes deployment to fail when using the Dashboard with error output similar to #922
![Screen Shot 2019-11-16
Bug Report
This is not related to the framework per se. And I guess most of users won't experience this... But I am being forced to check this new service and cannot use other resources in the website, e.g. docs, blogs......
For the promotion purpose, I think it is better to use a pop up modal.
Description
What did you do?
I opened the website of serverless.
What happened?