Skip to content

Instantly share code, notes, and snippets.

View cmtoomey's full-sized avatar

Chris Toomey cmtoomey

View GitHub Profile
@brianneisler
brianneisler / serverless.yml
Last active January 22, 2019 19:04
Changing function's compute to Fargate
name: SimpleService
extends: Service
compute:
type: AwsFargateCompute # switched from AwsLambdaCompute
inputs:
runtime: nodejs
memory: 1024
timeout: 3600