dynamodb

command
v0.0.0-...-f35a0a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[DynamoDBCreateItem.go creates an item in an Amazon DynamoDB table.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[PutItem function] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-03-19]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.create_item]

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[DynamoDBCreateTable.go create an Amazon DynamoDB table.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[CreateTable function] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-03-18]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.create_table]

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[DynamoDBDeleteItem.go deletes an item from an Amazon DynamoDB table.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[DeleteItem function] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-03-19]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.delete_item]

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[DynamoDBListTables.go lists your Amazon DynamoDB tables.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[ListTables function] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-05-3]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.list_tables]

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[DynamoDBLoadItems.go adds items from a JSON file to an Amazon DynamoDB table.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[PutItem function] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-03-19]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.load_items]

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[DynamoDBReadItem.go gets an item from an Amazon DynamoDB table.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[GetItem function] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-03-19]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.read_item]

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[DynamoDBScanItems.go gets items from and Amazon DymanoDB table using the Expression Builder package.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[Scan function] snippet-keyword:[Expression Builder] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-03-19]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.scan_items]

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[DynamoDBUpdateItem.go updates an item in an Amazon DynamoDB table.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[UpdateItem function] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-03-19]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.update_item]

snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.] snippet-sourceauthor:[Doug-AWS] snippet-sourcedescription:[Deletes an item from an Amazon DynamoDB table.] snippet-keyword:[Amazon DynamoDB] snippet-keyword:[DeleteItem function] snippet-keyword:[Go] snippet-sourcesyntax:[go] snippet-service:dynamodb snippet-keyword:[Code Sample] snippet-sourcetype:[full-example] snippet-sourcedate:[2019-03-12]

Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This file is licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License. A copy of
the License is located at

 http://aws.amazon.com/apache2.0/

This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

snippet-start:[dynamodb.go.deleteitem]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL