Skip to content

Instantly share code, notes, and snippets.

View sciabarracom's full-sized avatar
💭
Openwhisking!!!

Michele Sciabarra sciabarracom

💭
Openwhisking!!!
View GitHub Profile
[{
"fiscal_code": "AAAAAA00A00A000A",
"subject": "Ciao Nuovo Utente !",
"markdown": "# Benvenuto!\n\nQuesto esempio serve a mostrare come si può facilmente generare **HTML**\n\nRicorda, il testo deve essere abbastanza lungo.",
"amount": 1,
"notice_number": "000000000000000001"
},{
"fiscal_code": "DGRMLL66R65H769R",
"subject": "Ciao Mirella Di Girolamo !",
"markdown": "# Benvenuto!\n\nQuesto esempio serve a mostrare come si può facilmente generare **HTML**\n\nRicorda, il testo deve essere abbastanza lungo.",
@sciabarracom
sciabarracom / Dockerfile
Last active September 23, 2019 06:50
Hello World Go
FROM golang:1.12
ADD main.go /usr/src
RUN cd /usr/src ; go build -o /bin/hello
CMD /bin/hello
@sciabarracom
sciabarracom / Dockerfile
Last active September 26, 2019 19:17
wsk hello.go
FROM actionloop/actionloop-golang-v1.12
ADD exec.zip /action
ENV OW_AUTOINIT=/action/exec.zip
@sciabarracom
sciabarracom / Deployment
Last active July 13, 2019 09:35
Kubernetes Samples
apiVersion: apps/v1
kind: Deployment
metadata:
name: registry
namespace: k8s
labels:
app: registry
spec:
replicas: 1
selector: