Skip to content

Instantly share code, notes, and snippets.

View marcoETmx's full-sized avatar
🏠
Working from home

Marco Elizalde marcoETmx

🏠
Working from home
View GitHub Profile
@marcoETmx
marcoETmx / awsdynamoDB.yml
Last active January 5, 2023 02:51
Deplegando una base de datos DynamoDB en AWS con infraestructura como código
AWSTemplateFormatVersion: 2010-09-09
Parameters:
DynamoAtributo:
Type: String
NombreDynamo:
Type: String
Resources:
DynamodesdeCero: