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:[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]