Skip to content

Instantly share code, notes, and snippets.

View gabidobo's full-sized avatar

Gabi Dobocan gabidobo

View GitHub Profile
@gabidobo
gabidobo / serverless.yml
Created March 2, 2023 23:30
Example Serverless config file to deploy to Lambda@Edge
service: eleventy-lambda-demo
frameworkVersion: '3'
provider:
name: aws
runtime: nodejs18.x
stage: prod
iam:
role: