1 Answer
- Newest
- Most votes
- Most comments
0
Hi JangHG,
Right, the ContentLocation
property should point to a scene JSON file. The scene JSON file can be created either with the TwinMaker console as you discovered, or using the Scene SDK and uploaded to the S3 location.
To have CFN automatically create and set default content you'll probably want to explore an approach similar to our CookieFactoryV2 sample: basically we're using CDK and a custom resource to upload a sample Scene json file as an asset into the S3 location, so cdk deploy
will create a fully-working digital twin in TwinMaker.
Hope that helps
Johnny
answered 2 years ago
Relevant content
- asked 2 years ago
- asked a year ago
- asked 24 days ago
- asked a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Edit: