patbonecrusher / pulumi-iotaws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating an IOT thing using pulumi

Instructions

create a .env file with the content:

REGION="us-east-1"
ACCOUNTID="youraccountid"
# To create
pulumi up

# Once created, to dump the certs
pulumi stack output --show-secrets

About


Languages

Language:TypeScript 100.0%