- Install
@module-federation/nextjs-mf.
yarn add @module-federation/nextjs-mf- Add resolutions to
package.json:
"resolutions": {@module-federation/nextjs-mf.yarn add @module-federation/nextjs-mfpackage.json: "resolutions": {| --- | |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Resources: | |
| myDynamoDBTable: | |
| Type: AWS::DynamoDB::Table | |
| Properties: | |
| AttributeDefinitions: | |
| - AttributeName: Album | |
| AttributeType: S | |
| - AttributeName: Artist |
| #!/bin/bash | |
| yum update -y | |
| yum install -y httpd24 php56 | |
| cd /home/ec2-user/ | |
| aws s3 cp 's3://aws-codedeploy-us-west-2/latest/codedeploy-agent.noarch.rpm' . --region us-west-2 | |
| yum -y install codedeploy-agent.noarch.rpm | |
| chown -R root:www /var/www | |
| chmod 2775 /var/www |