Norm Johanson

Results 230 comments of Norm Johanson

I think this is a valid feature request. @dougludlow if you want to submit a PR for the feature to get the feature request implemented sooner please tag me on...

The way the feature is currently implemented in the .NET Lambda tools is the actual layer ARN has to be used in the CloudFormation template. The .NET Lambda tools don't...

Hi @hounddog22030, sorry we haven't gotten back to you sooner. We have been busy with other projects and are now refocusing on this project. I like what you are doing...

@hounddog22030 I'm on vacation right now, but don't want you to think I'm ignoring your question. I'll catch back up on the PR when I'm back from vacation.

The problem with baking this logic directly into `Amazon.Lambda.RuntimeSupport` is the dependency injection packages are not part of the base class library (BCL) unless your project using the `Microsoft.NET.Sdk.Web` SDK...

Ha @Itamaram, I do try and engage as much as I can with GitHub issues but I know I'm far from perfect. External contributions are very welcome on `Amazon.Lambda.Annotations`. I...

With `Amazon.Lambda.Annotations` the `Startup` class where you configure services you could also start any other background services. That code will run as part of the `Provisioned Concurrency` initialization stage so...

@Simonl9l You can use `Amazon.Lambda.Annotations` for any event type by just adding the `LambdaFunction` attribute. For REST events we have additional attributes you can use to configure the event in...

I'm not familiar with this Lambda/CloudFormation feature. Let me process your links and think about how it fits in with our tooling.