Nikola Tosic

Results 12 issues of Nikola Tosic

*Issue #, if available:* *Description of changes:* Add cfndsl and CfHighlander to list of CloudFormation code generation tools `cfndsl` is simple DSL that maps 1-1 to CloudFormation templates using constructs...

1: Use ASG Scheduled actions to run let's say Mon-Fri 9-5 2: Use spot instances

to avoid network being disconnected during elastic ip association

1. Added option to upload code via S3, in case code base is too large - which is case when custom binaries are shipped to lambda usually 2. LAMBDA_TASK_ROOT environment...

In case of authorization headers needing to be sent to HTTP(s) endpoint - they should be stored in secret store, rather than passed unencrypted as payload to lambda function. Suggestion...

enhancement
lambda-http-check

If two components, say A , and B have following defined A - has an output defined as ```ruby # a.cfndsl.rb Output(:InstanceId) { Value(Ref(:Instance)) } ``` B - has an...

bug

Opening this ticket so users can report failed compilations. This should allow us to improve error messaging system - https://github.com/theonestack/cfhighlander/issues/39

In case of cfndsl compilation failure, it may be worthwhile adding `begin / rescue` block, with informative message that possible case of compilation failure are outdated cfndsl resources defintions, and...

enhancement