I made my first Codestar project with the web service template for node and lambda.
I pushed code changes and all 3 steps finished green. I even checked Pipeline and the comment from my latest code push showed there. However, when I click on my endpoint in my dashboard (it ends in /Prod), it shows as if nothing happened. I'm still seeing the Hello World output from the project's original code.
Just as a guess, I clicked Release Change after this, and still no change. It's been hours since I made the change. I am new and totally stumped.
Also, when I use AWS SAM to start a local endpoint, everything works perfectly. My newest changes appear, and all is good.
Why does my AWS Codestar application endpoint not show code changes?