Tag: Serverless

  • Cloudflare Workers User Management and Session Framework

    Cloudflare Workers User Management and Session Framework

    If you’ve been keeping up with my blog posts and GitHub Profile, you’ll know that I’ve been exploring the world of Cloudflare Workers. I am working on a personal project perfectly suited for stateless architecture and serverless compute, so I am utilizing Cloudflare Workers. The Problem However, I soon realized I needed a web admin.…

  • How Does Cloudflare Workers Compare to AWS Lambda?

    How Does Cloudflare Workers Compare to AWS Lambda?

    Cloudflare Workers After exclusively running my workloads at AWS for years and years, I’ve recently started building some applications with Cloudflare Workers. Initially this was just to teach myself a new technology. However, I’ve been so impressed I’ve started migrating several AWS Lambda applications to Cloudflare. Workers are a stateless, serverless, compute option on Cloudflare’s edge.   What…

  • AWS Lambda and EFS Troubleshooting

    AWS Lambda and EFS Troubleshooting

    Being able to connect your AWS Lambda Serverless function to an EFS file system opens the door to a lot of new uses for Lambda functions.  You are no longer limited to 512 MB of /tmp/ storage, which is shared across all active invocations.  You can use the EFS file system to read, write, and…

PHP Code Snippets Powered By : XYZScripts.com