Using Next.js 13 Image Optimization with AWS Amplify Hosting and Amazon S3 | Amazon Web Services

preview_player
Показать описание

Website mentioned in the video:

To learn more:

Subscribe:

Subscribe:

ABOUT AWS
Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers — including the fastest-growing startups, largest enterprises, and leading government agencies — are using AWS to lower costs, become more agile, and innovate faster.

#Amplify #SSR #WebApp #WebHosting #ServerSideRenderedApp #Nextjs #Nextjs13 #NextjsImageComponent #AWS #AmazonWebServices #CloudComputing
Рекомендации по теме
Комментарии
Автор

Could you show how you setup the environment variables? The docs are a bit confusing about what exactly I need to add to the build config.

wilstaley
Автор

My NextJs image component seems to load all the images from the cached images directory on the server. Did you specify a custom loader for the NextJS Images, so that they are not optimized by Next, and rather are by AWS?

tech
Автор

Does the code exist in a repository somewhere? It is too small and blurry to read in the video.

goodstuffread
Автор

Hi, Am having difficulty with nextjs Image component using my src from amplify storage <Image
className="w-500 h-500 bg-contain bg-center rounded-full sm:mx-0 sm:shrink-0"
src={course.image}
alt="image"
/>

ChibuezeLawsonLoctech
Автор

Does next/image work only server side? That is, do you have to grab the images using the server side props? I have the user making specific graphql requests client-side to get particular images, can I still use next/image optimisation on amplify? I can't get it to work, no matter what I try :(

stanleyagius
Автор

Dude, why do you skip the important parts, this video served no help to anyone.
you need to show your code more than a flicker so that people can at least see what you did, or is it you are just ashamed of your code.
I am really starting to hate landing on your videos it is disgusting how bad they are.

There is not 1 comment here saying, hey thanks for that great video, no everyone is asking questions how do you do this how do you do that. because no one knows!

NZTechArc