Astro released an experimental SSR feature with an adapter API. To integrate with the Lambda runtime, an API Gateway event can be transformed into an Astro Request. Then the Astro Response is returned ...
Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name. There's nothing special about src/components ...