Tung Nguyen
Tung Nguyen
Fixed in https://github.com/boltops-tools/hcl_parser/pull/5 To use, update the hcl_parser gem to 0.2.2. In your terraspace project bundle update hcl_parser This updates the `Gemfile.lock` pin of hcl_parser. You'll need at least hcl_parser...
Did a quick simple implementation that adds the ability to specify the module or stack name for now in #96 Think it can be improved as shown in the request:...
Thanks so much for considering contributing to Jets. 😁 Yes, have thought about deploy hooks. Would like to spend some time thinking about the details more. > RE: In my...
@onnimonni Interesting. Didn't know about that ability. Thanks for sharing. This would be handy. Had to stare at the example for a bit to understand what was going on there....
> RE: #1 😂 Didn’t know about that EU directive. Found out recently that China has 1 timezone. Also India has a 30m offset in their timezone? 🤷🏻♂️ > RE:...
Deployed 2 demo jets apps: * Jets Version 3.0.13: https://github.com/tongueroo/jets-demo13 * Jets Version 3.0.17: https://github.com/tongueroo/jets-demo17 Not seeing a significant difference: ~/environment/demo13 $ jets deploy ~/environment/demo13 $ jets url API Gateway...
Closing for https://community.boltops.com/t/jets-3-0-17-extreme-performance-issue/767/2
Re-opening. Think it has to do with rate-limiting and prewarming with large apps, 175 functions or more. Believe the pre-warming loops through Lambda functions and that does trigger AWS api...
Wondering which gem examples require 6.0 and below. That being said, think it's ok to loosen the activesupport and the like to 6.0+ instead of 6.1+ in the jets.gemspec. Though,...
So Lambda Layers still count against the AWS Lambda code size limit. Currently 250MB. So don't believe moving the app code into a lambda layer will help. See: https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html >...