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.14.tar.gz.

File metadata

File hashes

Hashes for aws_prototyping_sdk.awsui_react_ts_website-0.3.14.tar.gz
Algorithm Hash digest
SHA256 f71c98371a13cb8668d3eadd1f69c2c04acf69b02240f0f6eb5c9d21726bbc2b
MD5 d1f9f4f4f2a7c3d6c8c10879aa184d74
BLAKE2b-256 9fc0e96261ed034c8597f44dec1e4983c0e90e5ee0fc6227ab798b2a0d2361e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aws_prototyping_sdk.awsui_react_ts_website-0.3.14-py3-none-any.whl
Algorithm Hash digest
SHA256 e14e26da4c96d7ef26619168e29ec319a036c1dc449cf7697e9702a1d5dbd33b
MD5 54169fb4bcc3ab97ebf15dbd1c913548
BLAKE2b-256 5b63cb033a7c5509a41166d2074386c4962759ed42ef6ad2a36a80985d9e06cc

See more details on using hashes here.

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