Steve
Steve
I realized I should greatly simplify the example, I had leftovers from when I was playing around with object lifetimes. ```csharp using Amazon.Lambda.Core; // Assembly attribute to enable the Lambda...
This seems like a required feature to be able to use top level statements. Which is sad, because the set up code for function based lambdas is ugly when you...
I believe that is exactly what I was looking for, but I could not find any documentation on it in this project. Maybe update this issue to be about documenting...
I've confirmed I can use the test tool with an executing assembly. I'm still running into an issue but it's covered by #1198. I think this issue can either be...
I like having the credentials and region moved to the options. I don't think I care for the examples in Sample8. For instance, if someone wants to make changes to...
I am also experiencing this issue. I can also provide a minimal example, but the only real difference is I am using an `EntityTypeConfiguration` instead of annotations and using `.CreateTableAsync`...
My current work-around is to run raw SQL after the table is created that alters the column to add identity if it doesn't already exist. Pretty hacky but what else...