Skip to main content

@aws-prototyping-sdk/awsui-react-ts-website

Project description

Getting started

To create a new AWS UI React Typescript Project, there are a couple of options:

Via Projen CLI

npx projen new --from @aws-prototyping-sdk/awsui-react-ts-website awsui-react-ts-website [--application-name <your-app>]

Programmatically

new AwsUiReactTsWebsiteProject({
    defaultReleaseBranch: "mainline",
    name: "<name-of-package>",
    applicationName: "<name-of-app>",
});

Running your synthesized Application

To run your synthesized application locally, run npx projen dev.

Developer Notes

To enable Cognito auth, ensure you have a runtime-config.json file in the root of your deployed project which at least contains the following:

{
    "region": "<aws-region>",
    "identityPoolId":"<identity-pool-id>",
    "userPoolId":"<user-pool-id>",
    "userPoolWebClientId":"<user-pool-web-client-id>"
}

The easiest way to get this set up is to use the static-website + identity packages to deploy your website.

An example of how to do this is as follows:

const userIdentity = new UserIdentity(this, 'UserIdentity');
new StaticWebsite(this, 'StaticWebsite', {
    websiteContentPath: '<relative>/<path>/<to>/<built>/<website>',
    runtimeOptions: {
        jsonPayload: {
            region: Stack.of(this).region,
            identityPoolId: userIdentity.identityPool.identityPoolId,
            userPoolId: userIdentity.userPool?.userPoolId,
            userPoolWebClientId: userIdentity.userPoolClient?.userPoolClientId,
        }
    },
});

For local development, you will need to copy the generated runtime-config.json file into your /public directory. An example on how to do this is as follows:

curl https://dxxxxxxxxxx.cloudfront.net/runtime-config.json > public/runtime-config.json

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file aws_prototyping_sdk.awsui_react_ts_website-0.3.10.tar.gz.

File metadata

File hashes

Hashes for aws_prototyping_sdk.awsui_react_ts_website-0.3.10.tar.gz
Algorithm Hash digest
SHA256 f253c2667ab1c14dded7d9f411d629572200cb58f95d80c1177833c2b0d25876
MD5 ea91dd6e85fa269d839527b66a7ba965
BLAKE2b-256 390bbb7cff30a586a8c5089795ea7de6b15bba2bfba2fff962fd40329dc73787

See more details on using hashes here.

Provenance

File details

Details for the file aws_prototyping_sdk.awsui_react_ts_website-0.3.10-py3-none-any.whl.

File metadata

File hashes

Hashes for aws_prototyping_sdk.awsui_react_ts_website-0.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 6229899cd6a4127519ccb081d28b9ce3e1ee2a762ac3b2d3f2003381e6d3b0af
MD5 e87d308a58f165bb95ba5615c19abaf5
BLAKE2b-256 270e4aedf3b8ce3d912f6dd1cbf1d6411c82c02e92455501889b5becc72efe0b

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page