question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItĀ collects links to all the places you might be looking at while hunting down a tough bug.

And, if youā€™re still stuck at the end, weā€™re happy to hop on a call to see how we can help out.

Stabilize AWS AppSync module

See original GitHub issue

Add your +1 šŸ‘ to help us prioritize high-level constructs for this service

Overview:

AWS AppSync simplifies application development by letting you create a flexible API to securely access, manipulate, and combine data from one or more data sources. AppSync is a managed service that uses GraphQL to make it easy for applications to get exactly the data they need.

With AppSync, you can build scalable applications, including those requiring real-time updates, on a range of data sources such as NoSQL data stores, relational databases, HTTP APIs, and your custom data sources with AWS Lambda. For mobile and web apps, AppSync additionally provides local data access when devices go offline, and data synchronization with customizable conflict resolution, when they are back online.

AWS Docs

Maturity: Experimental

See the AWS Construct Library Module Lifecycle doc for more information about maturity levels.

Implementation:

See the CDK API Reference for more implementation details.

Base Level Implementation

  • data sources
  • api cache
  • api key
  • AppSync Functions (issue: #9092)
  • resolvers
    • unit
    • pipeline
    • Javscript

Higher Level Implementation moved to external libraries

  • ~Code-first schema definition approach (issue: #9305)~
  • ~mapping templates (see rfc)~

Issue list:

  • strongly typeexpires prop in apiKeyConfig (pr: #9122)
  • none data source
  • access api key
  • ~finer grain schema diff (issue: #9306)~

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:68
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
MrArnoldPalmercommented, Apr 10, 2020

Agreed. Iā€™m okay with using this thread to propose new additions. Separate issues are ideal for tracking implementation and this issue can serve as a checklist that anyone can look at to see whatā€™s still in progress.

Iā€™ll work on adding these.

2reactions
alan-cooneycommented, Feb 3, 2021

Has this been put on hold - I can see that the project board is now closed?

Iā€™m keen to submit a few PRs with regards to the MappingTemplate improvements suggested (particularly KeyCondition improvements and DynamoDB pagination).

Read more comments on GitHub >

github_iconTop Results From Across the Web

aws-cdk/aws-appsync module - AWS Documentation
The @aws-cdk/aws-appsync package contains constructs for building flexible APIs that use GraphQL. import * as appsync from '@aws-cdk/aws-appsync';.
Read more >
aws-cdk/core module
This allows implementing providers that can take up to two hours to stabilize. Set serviceToken to provider.serviceToken to use this type of provider:...
Read more >
aws-cdk/custom-resources module - AWS Documentation
Implements default behavior for physical resource IDs. The following code shows how the Provider construct is used in conjunction with a CustomResource and...
Read more >
Troubleshooting CloudFormation - AWS Documentation
... might occur when you create, update, or delete an AWS CloudFormation stack. ... Resource failed to stabilize during a create, update, or...
Read more >
aws-cdk-lib module - AWS Documentation
This allows implementing providers that can take up to two hours to stabilize. Set serviceToken to provider.serviceToken to use this type of provider:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found