Well... there is no straightforward path for either of them, because the
new runtime doesn't have close equivalents. At least, not now.

But
https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/standard/migration/memorystore
has an example of using memorystore instead of memcache. It's not as easy
or as inexpensive, though.

Identity-Aware Proxy is a different way to manage user access than via the
user API, but it's easy and powerful. Here's a blog post -
https://cloud.google.com/blog/topics/developers-practitioners/control-access-your-web-sites-identity-aware-proxy
- which also links to a video with examples of how to configure and use it.
A detailed codelab is also available -
https://codelabs.developers.google.com/codelabs/user-auth-with-iap#0 .

I can add either or both of the above to this repo, or pointers. I'm
looking for community feedback before doing that, however.

Thanks,

Charlie

On Mon, Mar 15, 2021 at 9:54 AM NoCommandLine <info.nocommandl...@gmail.com>
wrote:

> Hi,
>
> This is a good idea and will be a great resource if it ends up containing
> real-life/realistic examples.
>
> I think an example (from Google) containing a move for an App which was
> using 'memcache' and/or 'User' service would be great.
>
> *.....* NoCommandLine *......*
> *If you miss GAE Launcher, try* https://nocommandline.com
>
> On Friday, March 12, 2021 at 11:41:17 AM UTC-8 Charlie Engelke wrote:
>
>> Hi, everyone, I'm an Developer Programs Engineer for App Engine.
>>
>> There are still many Python 2.7 applications on App Engine, even though
>> the Python Software Foundation sunset it over a year ago. For many people
>> that's not due to the language differences in Python 3, but rather to
>> changes in the App Engine runtime for the different language versions. I'm
>> one of the people trying to help developers make that move.
>>
>> We provide migration resources such as sample apps and documentation on
>> our website, but those of you who have already made the move, or are
>> working on doing so now, likely have some great material that others could
>> use. We'd like to make it easy for you to share that with the App Engine
>> community.
>>
>> There is a new GitHub repository at
>> https://github.com/GoogleCloudPlatform/appengine-python2-3-migration.
>> We've seeded it with a couple of examples of migrated apps, but we need
>> your feedback and contributions. If this subject is relevant to you, please
>> take a look and submit issues and pull requests to make the repository
>> better. I look forward to hearing from you.
>>
>> Thanks,
>>
>> Charlie
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/6Ws9IXl_QmM/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/5c85452f-36ae-4c9a-99f6-e05b096cd2f1n%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/5c85452f-36ae-4c9a-99f6-e05b096cd2f1n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Charles Engelke
GCP AppDev DPE

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAA3ZmgoMMoZ3apHHiFJ0kqmrkjKTSprdxB4EN5KHjVn6HUrpYg%40mail.gmail.com.

Reply via email to