-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
We do not currently support the whole of the AppSync @aws-appsync/utils package available on AWS. We would like some input on what functions are the most used by our community.
Instructions
Please add a comment to this PR indicating which functions you use when using AppSync, specifically in JavaScript resolvers from the @aws-appsync/utils package. If a comment already exists with your suggestion then please leave a 👍 on the comment, and we will use this to prioritise the functions that are most requested.
Currently implemented functions
Assuming the following import:
import { util } from '@aws-appsync/utils'util.autoIdutil.appendError(partial, the function exists but errors are not yet captured)util.time.nowFormattedutil.transform.toDynamoDBFilterExpressionutil.transform.toDynamoDBConditionExpressionutil.dynamodb.toDynamoDButil.dynamodb.toStringutil.dynamodb.toStringSetutil.dynamodb.toNumberutil.dynamodb.toNumberSetutil.dynamodb.toBinaryutil.dynamodb.toBinarySetutil.dynamodb.toBooleanutil.dynamodb.toNullutil.dynamodb.toListutil.dynamodb.toMaputil.dynamodb.toMapValuesutil.dynamodb.toS3Objectutil.dynamodb.fromS3ObjectJson
Assuming the following import:
import * as rds from '@aws-appsync/utils/rds'rds.createMySQLStatementrds.createPgStatementrds.insertrds.removerds.selectrds.toJsonObjectrds.typeHint.DECIMALrds.typeHint.JSONrds.typeHint.TIMErds.typeHint.DATErds.typeHint.UUIDrds.typeHint.TIMESTAMPrds.update
Assuming the following import:
import * as dynamodb from '@aws-appsync/utils/dynamodb'dynamodb.getdynamodb.operations.adddynamodb.operations.appenddynamodb.operations.decrementdynamodb.operations.incrementdynamodb.operations.prependdynamodb.operations.replacedynamodb.putdynamodb.removedynamodb.scandynamodb.update
whummer
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request