Memorystore: Add config for GAE standard deployment#1457
Conversation
ace-n
approved these changes
Aug 27, 2019
fhinkel
approved these changes
Aug 28, 2019
grayside
pushed a commit
that referenced
this pull request
Aug 28, 2019
grayside
added a commit
that referenced
this pull request
Aug 29, 2019
* run/image-processing: add sample * run/imageproc: lint fixes * run/image-processing: nodejs practices improvements * run/imageproc: Dockerfile region tags * run/imageproc: Dockerfile region tag (pt 2) * Memorystore: Add config for GAE standard deployment (#1457) * Functions: ImageMagick tutorial: Idiomatic & Robustness Improvements (#1456) * functions/imagemagick: robustness and idiomatic improvements * functions/imagemagick: lint fixes * functions/imagemagick: reflow require statements to group storage * functions/imagemagick: nodejs style and comment feedback * functions/imagemagick: improve test coverage, add missing file test * functions/imagemagick: allow cleanup to fail gracefully * run/imageproc: update image handling code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm working on a tutorial for connecting to Memorystore from App Engine standard via Serverless VPC Access. The existing sample app still works, we just need another
app.yamlto deploy it.