serverless-cloudflare-workers icon indicating copy to clipboard operation
serverless-cloudflare-workers copied to clipboard

Serverless provider plugin for Cloudflare Workers

Results 39 serverless-cloudflare-workers issues
Sort by recently updated
recently updated
newest added

Integrate with the CF API for workers that do not live on zones

I'm working on multiple projects, and after some issues related to calls between Cloudflare workers, I just realized that we have this option to call workers from other workers directly....

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.3.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Hi, I haven't seen a lot of activities in this repo with PRs still unclosed since 2019. Is Cloudflare still being actively supported and developed by Serverless Framework team?

Hi, I did a quick implementation to hopefully resolve #36. I tested the following `serverless.yml` file, and was able to successfully deploy the worker just to my workers.dev subdomain: The...

I would like to know if wrangler will replace serverless plugin or both will be maintained? i'm kind confusing about the tooling available. Thanks!

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I tried using the Token but it did not work.

Hello, I noticed this error recently. ``` Serverless: Configuration error: Unrecognized provider 'cloudflare' Serverless: You're relying on provider plugin which doesn't provide a validation schema for its config. Serverless: Please...

Documentation states: ``` service: name: service-name config: accountId: ${env:CLOUDFLARE_ACCOUNT_ID} zoneId: ${env:CLOUDFLARE_ZONE_ID} ``` but `serverless create --template cloudflare-workers` generates: ``` service: projects frameworkVersion: '2' provider: name: cloudflare config: accountId: CLOUDFLARE_ACCOUNT_ID zoneId:...