Point lambda aws:asset:path
to source code instead of .cdk.staging
#2586
Labels
feature-request
A feature should be added or improved.
Not sure if there is a way to do this now, but when I try invoking lambda function with SAM:
sam local
it points to the lamda directory inside.cdk.staging
dir, instead of the source code directory.So when I change the source code SAM doesn't run the latest version on disk. I tried changing
aws:asset:path:
manually in the template file and it works, but maybe there should be a better way to do it instead of manual update.The text was updated successfully, but these errors were encountered: