iliana etaoin

Results 56 comments of iliana etaoin

https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html > Any declarations in your Lambda function code (outside the handler code, see Programming Model) remains initialized, providing additional optimization when the function is invoked again. For example, if...

See also https://github.com/ilianaw/rust-crowbar/issues/4 where it was discovered that lazy_static can be used to keep things around between invocations.

@softprops do you have any thoughts about this issue? I'm debating whether I fix this for the 0.3.0 release or not still.

:+1: Tentatively adding to the 0.4.0 milestone but if you'd like me to move it let me know.

> It's because these just changed 14 hours ago :) oops yeah :sweat_smile:

I like this. :) Can you add what has been done and what remains [as checkboxes](https://help.github.com/articles/about-task-lists/) to the pull request description so we can see the path to this leaving...

Yeah, I don't have an issue with incremental development over time. I'm hoping I'll have a chance to do a good read through of all of this soon.

Overall I'm happy with this, and thanks to @softprops for the additional review. I'm fine with continuing with this PR, or breaking it apart as a PR per service (the...

Could you tell me more about your use cases for the Inspector agent? Because Bottlerocket is built from scratch and not based on an existing Linux distribution (apart from using...