chore: update dependencies and add AWS Amplify packages
- Added aws-amplify and related packages to dependencies. - Updated TypeScript and added tsx to devDependencies. - Modified gallery page to log the availability of the YouTube API key.
This commit is contained in:
parent
82aec67cf5
commit
eea040d1f3
10 changed files with 37087 additions and 10 deletions
11
amplify/auth/resource.ts
Normal file
11
amplify/auth/resource.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { defineAuth } from '@aws-amplify/backend';
|
||||
|
||||
/**
|
||||
* Define and configure your auth resource
|
||||
* @see https://docs.amplify.aws/gen2/build-a-backend/auth
|
||||
*/
|
||||
export const auth = defineAuth({
|
||||
loginWith: {
|
||||
email: true,
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue