DEV Community

hirooka kazuya
hirooka kazuya

Posted on

dev diary 20251112

Development Diary Entry
Today's work involved launching an AWS Amplify sandbox and confirming that the stack was correctly created in CloudFormation. However, just like yesterday, even after pressing Ctrl+C, the command line indicated the sandbox had stopped, but the stack was not deleted. I had to delete it using npx ampx sandbox delete. Since I didn't make any changes to the development files, I couldn't confirm if it was monitoring intermediate changes.

Another thing I noticed was that when importing the resource.ts file in backend.ts, the sample code often omits the extension (e.g., .../resource). Writing it as resource.ts seems to have fixed an issue, though I haven't done a strict comparison to confirm if that was the sole cause.

On the frontend, I created an authentication page. It seems to be using the pre-built UI provided by Amplify , as I wrote almost no detailed code, yet it displayed on the screen. I will need to investigate where this code is embedded as I continue with frontend development.

Top comments (0)