tobilg / serverless-aws-static-websites

Deploy your static websites without all the hassle on AWS with CloudFront, S3, ACM and Route53 via Serverless
MIT License
142 stars 24 forks source link

Please provide the code for the obfuscated lambda python code #2

Closed mihaiblaga89 closed 5 years ago

mihaiblaga89 commented 5 years ago

It's hard to unobfuscate an indentation based language. I want to see what does it do exactly and maybe change it to suit my needs if necessary. Thanks

tobilg commented 5 years ago

It‘s not „obfuscated“, it‘s minimized. You can find a link to the original source repo at https://github.com/tobilg/serverless-aws-static-websites/blob/master/resources/custom-acm-certificate-lambda.yml#L5

I‘ll not provide a separate Version in this repo, sorry.