Skip to content

Instantly share code, notes, and snippets.

@vedashree29296
Last active June 8, 2020 11:25
Show Gist options
  • Save vedashree29296/ae7ae3a03a7e53387b3e22ae9b0c6014 to your computer and use it in GitHub Desktop.
Save vedashree29296/ae7ae3a03a7e53387b3e22ae9b0c6014 to your computer and use it in GitHub Desktop.
Yaml file to create seabolt layer in AWS Lambda
service: neo4j-lambda-connector # update this with your service name
frameworkVersion: ">=1.28.0 <2.0.0"
# provide appropriate values
provider:
name: aws
runtime: go1.x
stage: dev
region: YOUR REGION
environment:
NEO4J_URL: YOUR NEO4J IP
NEO4J_USERNAME: USERNAME
NEO4J_PASSWORD: PASSWORD
layers:
seabolt:
path: layer
compatibleRuntimes:
- go1.x
allowedAccounts:
- '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment