Added command to load test SSM parameters

This commit is contained in:
Leon Mika 2022-04-15 06:03:55 +10:00
parent 71acd75685
commit d48263e43f
5 changed files with 53 additions and 6 deletions

View file

@ -27,7 +27,7 @@ func main() {
}
dynamoClient := dynamodb.NewFromConfig(cfg,
dynamodb.WithEndpointResolver(dynamodb.EndpointResolverFromURL("http://localhost:8000")))
dynamodb.WithEndpointResolver(dynamodb.EndpointResolverFromURL("http://localhost:4566")))
if _, err = dynamoClient.DeleteTable(ctx, &dynamodb.DeleteTableInput{
TableName: aws.String(tableName),