All Projects → alexmacarthur → netlify-lambda-function-example

alexmacarthur / netlify-lambda-function-example

Licence: other
An example Netlify Lambda function that processes payments with Stripe.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to netlify-lambda-function-example

Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+1133.33%)
Mutual labels:  stripe, serverless-functions, netlify, jamstack, stripe-checkout
netlify-stripe-subscriptions
An example of managing subscriptions with the Stripe Customer Portal and Netlify Identity.
Stars: ✭ 96 (+3.23%)
Mutual labels:  stripe, serverless-functions, netlify, jamstack
Checkout Netlify Serverless
Sell products on the Jamstack with Netlify Functions and Stripe Checkout!
Stars: ✭ 58 (-37.63%)
Mutual labels:  stripe, jamstack, stripe-checkout
Functions
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 463 (+397.85%)
Mutual labels:  lambda, netlify, jamstack
functions.netlify.com
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 498 (+435.48%)
Mutual labels:  lambda, netlify, jamstack
react-elements-netlify-serverless
Digital Wallet payments with React Stripe Elements and Netlify Functions
Stars: ✭ 21 (-77.42%)
Mutual labels:  stripe, jamstack, stripe-checkout
Sample Stripe Handler
Serverless function that uses the stripe api for a checkout process in a Vue application
Stars: ✭ 155 (+66.67%)
Mutual labels:  stripe, serverless-functions, stripe-checkout
Serverlessui
A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.
Stars: ✭ 434 (+366.67%)
Mutual labels:  lambda, serverless-functions, jamstack
Aws Node Elasticache Vpc
Serverless function using elasticache (redis) within VPC
Stars: ✭ 22 (-76.34%)
Mutual labels:  lambda, serverless-functions
Epsagon Go
Automated tracing library for Go 1.x ⚡️
Stars: ✭ 24 (-74.19%)
Mutual labels:  lambda, serverless-functions
Zip It And Ship It
Intelligently prepare Node.js Lambda functions for deployment
Stars: ✭ 104 (+11.83%)
Mutual labels:  lambda, netlify
Jamstack Cms
Modern full stack CMS. Built with Gatsby, GraphQL, AWS Amplify, and Serverless technologies.
Stars: ✭ 702 (+654.84%)
Mutual labels:  lambda, jamstack
Functional Typescript
TypeScript standard for rock solid serverless functions.
Stars: ✭ 600 (+545.16%)
Mutual labels:  lambda, serverless-functions
Gcf.cr
gcf.cr provides serverless execution and deployment of crystal language code in Google Cloud Functions
Stars: ✭ 51 (-45.16%)
Mutual labels:  lambda, serverless-functions
Fn
The container native, cloud agnostic serverless platform.
Stars: ✭ 5,046 (+5325.81%)
Mutual labels:  lambda, serverless-functions
Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+2722.58%)
Mutual labels:  lambda, serverless-functions
connect-direct-charge-checkout
Accept a payment with direct charges and Checkout
Stars: ✭ 18 (-80.65%)
Mutual labels:  stripe, stripe-checkout
List Lambdas
Enumerate Lambda functions across all regions with useful metadata 💡💵⚙
Stars: ✭ 156 (+67.74%)
Mutual labels:  lambda, serverless-functions
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-80.65%)
Mutual labels:  netlify, jamstack
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (-19.35%)
Mutual labels:  netlify, jamstack

Netlify Lambda Function Example

Build Status

This is an example serverless function using Netlify's Lambda function service. It processes payments with Stripe, using Stripe Checkout.

Read the Post

A full walkthrough of this example can be found on my blog:

https://macarthur.me/posts/building-a-lambda-function-with-netlify

Install

Run npm install.

Usage

Run npm run dev to locally serve the page at http://localhost:8080, as well as the function at http://locahost:9000/purchase.

After both of these processes are running, you'll be able to process a test purchase with Stripe. For your card number, use 4242424242424242.

See the Example

https://netlify-lambda.netlify.com

License

MIT © Alex MacArthur

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].