Kotaimen / awscfncli

Friendly AWS CloudFormation CLI
MIT License
58 stars 12 forks source link

Permission denied on Windows when template > TEMPLATE_BODY_SIZE_LIMIT #95

Closed GlieseRay closed 4 years ago

GlieseRay commented 4 years ago

Using os.path.join(tempfile.gettempdir(), os.urandom(24).hex()) instead. It's reliable, cross-platform, and the only caveat is that it doesn't work on FAT partitions.

I think we don't need to support FAT anymore ?

GlieseRay commented 4 years ago

Will add tests later