Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jamstack-cms/jamstack-ecommerce
/ lambda.js
File
lambda.js
snippets/lambda.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// https://stripe.com/docs/payments/without-card-authentication
2
const
stripe = require(
"stripe"
)(process.env.STRIPE_SECRET_KEY)
//"API_KEY"
3
4
exports.handler =
async
event => {
Callers
nothing calls this directly
Calls
1
calculateOrderAmount
Function · 0.85
Tested by
no test coverage detected