Miserlou/Zappa

Custom Route53 records in CloudFormation stack

Open

#399 aberto em 16 de out. de 2016

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Python (1.286 forks)batch import
hacktoberfest

Métricas do repositório

Stars
 (11.903 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Since Zappa already relies on CloudFormation, it would be wonderful if we could specify a hostname to use for a particular environment. CloudFormation works great with Route53 - AFAIK it won't overwrite an existing DNS record if one already existed, and it cleans up if you delete the stack of course.

We typically use CloudFormation for everything but as-is, I'd have to make a 2nd CloudFormation stack outside of Zappa automation just for the Route53 entry, or through other means like manually in the AWS console.

Any interest in this?

Guia do colaborador