Skip to content

Instantly share code, notes, and snippets.

View cosminilie's full-sized avatar

Cosmin Ilie cosminilie

View GitHub Profile
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: mssqld
spec:
replicas: 1
selector:
matchLabels:
app: mssql
import * as aws from "@pulumi/aws";
import { asset } from "@pulumi/pulumi";
let region = aws.config.requireRegion();
///////////////////
// Lambda Function
///////////////////
let policy = {
"Version": "2012-10-17",