Open 1davidmichael opened 1 year ago
Thanks for the feature request! Write permissions would indeed require some caution here. Let me bring this up to the team for discussion.
Hi @1davidmichael, wanted to give an update after discussing with the team: this is something that was on our map already, and we're in the process of prioritizing it, but we can't give any timelines at the moment.
@torresxb1 awesome to here. Thanks!
Describe your idea/feature/enhancement
All other language run-times support the
--use-container
option forsam build
except dotnet runtimes. With the addition of build images for dotnet it should now be possible to do this.I've tested this with a quick hack here and it appears to work. I was able to successfully build and publish a
dotnet6
runtime lambda via the following commands:However, I am guessing the change from read-only to read-write for the manifest dir is not ideal.
Proposal
Add support for dotnet lambda builds via docker containers to align with other runtime supported builds.
Things to consider: