I recently migrated from V1 to V2 successfully.
However, now whenever I deploy, the latest lambda isn't uploaded.
I can tell because after deploying I run dialog and I go the the CloudWatch Logs.
The logs are the same. I've added new log output but the new output isn't showing.
This tells me that the deploy isn't uploading the latest changes to the lambda.
The dialog command runs the lambda and I see the updated timestamp, but it's not the latest code.
Does anyone have any ideas?
I'm hoping not to start all over again.